git: tcp/sack: Implement RFC3517bis
    Sepherosa Ziehau 
    sephe at crater.dragonflybsd.org
       
    Wed May  9 02:53:37 PDT 2012
    
    
  
commit ffe35e178bc55ec440e7874c5669359c15c4b982
Author: Sepherosa Ziehau <sephe at dragonflybsd.org>
Date:   Tue May 8 17:56:00 2012 +0800
    tcp/sack: Implement RFC3517bis
    
    http://tools.ietf.org/html/draft-ietf-tcpm-3517bis-02, which will
    be become "Standards Track" soon.
    
    net.inet.tcp.rfc3517bis sysctl node is added to enable this update.
    It is off by default.
Summary of changes:
 sys/netinet/tcp_input.c |  122 ++++++++++++++++++++++++++++++++++++++++-------
 sys/netinet/tcp_sack.c  |   16 ++++--
 sys/netinet/tcp_var.h   |    3 +
 3 files changed, 118 insertions(+), 23 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ffe35e178bc55ec440e7874c5669359c15c4b982
-- 
DragonFly BSD source repository
    
    
More information about the Commits
mailing list