Nov. 13, 2016
5:55 a.m.
On Sat, 05 Nov 2016 21:10:19 -0400, "Md. Islam" said:
Currently TCP is statically linked to the kernel. How can I make it a loadable module? I need to modify TCP (tcp_input.c and tcp_output.c).
What problem are you trying to solve by modifying those two? There may be other approaches to do it.