hi,
in order to debug something that i added to the tcp protocol in the kernel (version 2.6.7), i need to cancel the retransmission in the case of packet loss.
There are a lot of tcp related options in /proc/sys/net/ipv4/ which are retry related, you could try changing some of them. Some info about them can be found in the tcp manpage, it seems you need tcp_retries*.
There are a lot of tcp relate
There are a lot of tcp related options in /proc/sys/net/ipv4/ which are retry related, you could try changing some of them. Some info about them can be found in the tcp manpage, it seems you need tcp_retries*.