]> git.baikalelectronics.ru Git - kernel.git/commit
[TCP]: Allow minimum RTO to be configurable via routing metrics.
authorDavid S. Miller <davem@sunset.davemloft.net>
Fri, 31 Aug 2007 05:10:28 +0000 (22:10 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Fri, 31 Aug 2007 05:10:28 +0000 (22:10 -0700)
commit48983537335c191587876d027a1d85a2a1ffde36
treed4146d601e960599a5a1249317beb45692619396
parentfca0086ce1831a6aa860b00195c8f5cdf38ae63c
[TCP]: Allow minimum RTO to be configurable via routing metrics.

Cell phone networks do link layer retransmissions and other
things that cause unnecessary timeout retransmits.  So allow
the minimum RTO to be inflated per-route to deal with this.

Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/rtnetlink.h
net/ipv4/tcp_input.c