i am working on improving the performance of TCP protocol over mobile ad-hoc network.
i need to add an extra byte in TCP-ACK packet.
can anyone suggest how to do that and how to let the kernel use my redesigned TCP packet?
i am working on improving the performance of TCP protocol over mobile ad-hoc network.
Share
I think this is a crazy idea because you have to write your own layer-4 stack (both client-server sides) but you can do it using Raw Sockets. Infact you’ll be able to forge your own packets encapsuled on
network-layer(IP) or even work at a lower level.