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: 07/17/1998 16:10:02
thorpej
Fri Jul 17 16:00:02 PDT 1998
Update of /cvsroot/src/sys/netinet
In directory nb00:/tmp/cvs-serv22965

Modified Files:
	tcp_output.c 
Log Message:
Add a comment wrt. a current issue w/ CWM.


thorpej
Fri Jul 17 16:02:38 PDT 1998
Update of /cvsroot/src/sys/netinet
In directory nb00:/tmp/cvs-serv23698

Modified Files:
	tcp_subr.c 
Log Message:
Clarify that we're using the Loss Window when we receive a source quench.


pk
Fri Jul 17 16:05:35 PDT 1998
Update of /cvsroot/src/sys/arch/sparc/sparc
In directory nb00:/tmp/cvs-serv24090

Modified Files:
	vm_machdep.c 
Log Message:
In dvma_mapout(), make sure to not overrun the buffer when flushing the cache.


perry
Fri Jul 17 16:07:10 PDT 1998
Update of /cvsroot/src/sbin/init
In directory nb00:/tmp/cvs-serv25790

Modified Files:
	init.8 
Log Message:
fix a typo, pointed out in pr-5785 from Mason Loring Bliss


thorpej
Fri Jul 17 16:09:58 PDT 1998
Update of /cvsroot/src/sys/netinet
In directory nb00:/tmp/cvs-serv25690

Modified Files:
	tcp_subr.c 
Log Message:
Document that we are more conservative after doing MTU discovery than the
suggestion in draft-floyd-incr-init-win-03.  Rather than scaling cwnd back
by the ratio of new segment size to old segment size, we perform a slow start
using the Initial Window, computed with the new segment size.