Hey every1,
I m currentely workin on a project that requires me to have control over generation of TCP headers. I need to know the exact way of generating TCP headers.
I have found relevant kernel source files in /usr/src/linux2.4.20-8/net/ipv4 directory.
These files are tcp.c, tcp_output.c, tcp_input.c, tcp_ipv4.c
I need to know, from these files, which one is generating the TCP header for outgoing data.
I tried modifying tcp_output.c but problem is I cant push its module into the kernel. I cant locate its old module. Is this file actually being compiled while I do "make modules" or "make dep" ??? If not then, how to compile it ???
Waiting for a cool reply . . .
Karan
