tcp: Reduce RTO minimal value from 1 second to 500ms
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Thu, 27 Sep 2012 06:43:32 +0000 (14:43 +0800)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Thu, 27 Sep 2012 06:43:32 +0000 (14:43 +0800)
commitc63b6d1884d0510a03f21633050e140ea58cace9
tree8eb2e66d60d422e97e337d6c899f8ca280e2c703
parent22c4e116ce7c0d29630e6a1d97d0bba46f84454b
tcp: Reduce RTO minimal value from 1 second to 500ms

The RTO slop is reduced from 200ms to 100ms.  The effect RTO minimal
value is 600ms, which should be suitable even for satellite links.
sys/netinet/tcp_timer.h