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 15:50:02
thorpej
Tue Mar 31 15:44:09 PST 1998
Update of /cvsroot/src/sys/netinet
In directory nb00:/tmp/cvs-serv23894

Modified Files:
	tcp_input.c 
Log Message:
Back out a change made some time ago, that would cause the NetBSD TCP
to ACK immediately any packet that arrived with PSH set.  This breaks
delayed ACKs in a few specific common cases that delayed ACKs were
supposed to help, and ends up not making much (if any) difference in
the case where where this ACK-on-PSH change was supposed to help.

Per discussion with several members of the TCPIMPL and TCPSAT IETF
working groups.