DragonFly BSD
DragonFly commits List (threaded) for 2012-04
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: tcp: Implement part of Eifel Response Algorithm (RFC4015)


From: Sepherosa Ziehau <sephe@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 29 Apr 2012 20:17:22 -0700 (PDT)

commit 073ec6c4ee6f7a0907c7b2434b6b064a77617f80
Author: Sepherosa Ziehau <sephe@dragonflybsd.org>
Date:   Sat Apr 28 10:36:17 2012 +0800

    tcp: Implement part of Eifel Response Algorithm (RFC4015)
    
    It adapts the retransmission timer to avoid further spurious timeouts.

Summary of changes:
 sys/netinet/tcp_input.c |   70 +++++++++++++++++++++++++++++++++++++++++-----
 sys/netinet/tcp_timer.c |   19 +++++++++++++
 sys/netinet/tcp_var.h   |    9 +++++-
 usr.bin/netstat/inet.c  |    3 +-
 4 files changed, 90 insertions(+), 11 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/073ec6c4ee6f7a0907c7b2434b6b064a77617f80


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]