git: tcp: Reduce RTO minimal value from 1 second to 500ms

Sepherosa Ziehau sephe at crater.dragonflybsd.org
Wed Sep 26 23:46:18 PDT 2012


commit c63b6d1884d0510a03f21633050e140ea58cace9
Author: Sepherosa Ziehau <sephe at dragonflybsd.org>
Date:   Thu Sep 27 14:43:32 2012 +0800

    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.

Summary of changes:
 sys/netinet/tcp_timer.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c63b6d1884d0510a03f21633050e140ea58cace9


-- 
DragonFly BSD source repository



More information about the Commits mailing list