Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 03/31/1998 14:50:01
thorpej
Tue Mar 31 14:49:10 PST 1998
Update of /cvsroot/src/sys/netinet
In directory nb00:/tmp/cvs-serv23684

Modified Files:
	tcp_input.c tcp_output.c tcp_subr.c tcp_timer.c tcp_var.h 
Log Message:
Fix a potential-congestion case in the larger initial congestion window
code, as clarified in the TCPIMPL WG meeting at IETF #41: If the SYN
(active open) or SYN,ACK (passive open) was retransmitted, the initial
congestion window for the first slow start of that connection must be
one segment.