How To Cancel The Tcp Retransmission Protocol

Submitted by Anonymous
on October 11, 2004 - 4:59am

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.

deos anyone know how can i cancel it?

thanks,
shimrit

There are a lot of tcp relate

Ano Nymous
on
October 11, 2004 - 10:21am

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*.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.