git: tcp: More RFC 3390 conforming
Sepherosa Ziehau
sephe at crater.dragonflybsd.org
Fri Mar 16 01:58:09 PDT 2012
commit be34e53417b31f0264d6b0c18e714d4f86903219
Author: Sepherosa Ziehau <sephe at dragonflybsd.org>
Date: Fri Mar 16 16:51:58 2012 +0800
tcp: More RFC 3390 conforming
If SYN or SYN|ACK was lost, the IW should be set to one MSS
This affects initial snd_cwnd and snd_cwnd after a long idle period
Summary of changes:
sys/netinet/tcp_input.c | 10 ++++++++++
sys/netinet/tcp_output.c | 2 +-
sys/netinet/tcp_syncache.c | 15 +++++++++------
sys/netinet/tcp_timer.c | 9 +++++++++
sys/netinet/tcp_var.h | 5 +++--
5 files changed, 32 insertions(+), 9 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/be34e53417b31f0264d6b0c18e714d4f86903219
--
DragonFly BSD source repository
More information about the Commits
mailing list