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: 05/01/1998 21:30:02
thorpej
Fri May  1 21:20:18 PDT 1998
Update of /cvsroot/src/usr.sbin/sysctl
In directory nb00:/tmp/cvs-serv11250

Modified Files:
	sysctl.8 
Log Message:
Note net.inet.tcp.ack_on_push.


thorpej
Fri May  1 21:21:59 PDT 1998
Update of /cvsroot/src/sys/netinet
In directory nb00:/tmp/cvs-serv11270

Modified Files:
	tcp_input.c tcp_var.h 
Log Message:
Reintroduce the immediate ACK-on-PUSH behavior removed in revision 1.47,
but make the decision to do this dependent on the sysctl variable
net.inet.tcp.ack_on_push, which is disabled by default.


thorpej
Fri May  1 21:23:05 PDT 1998
Update of /cvsroot/src/sys/netinet
In directory nb00:/tmp/cvs-serv11295

Modified Files:
	tcp_input.c 
Log Message:
Oops, move a variable declaration so TUBA won't lose.