TCP as a module

Md. Islam mislam4 at kent.edu
Sat Nov 5 21:10:19 EDT 2016


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_init(inet_init)*, but
doesn't seem to help. Looking forward to your suggestions.

Many thanks
Tamim
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20161105/e4a28bbc/attachment.html 


More information about the Kernelnewbies mailing list