Re: TCP as a module

2016-11-12 Thread Valdis . Kletnieks
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 i

TCP as a module

2016-11-12 Thread Md. Islam
Hi 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). It would be easier for my development if it's just another module (I don't need to restart every time). I changed the *fs_initcall(inet_init)* to *module_