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/23/1998 19:20:02
kml
Mon Mar 23 19:10:03 PST 1998
Update of /cvsroot/src/sys/netinet
In directory nb00:/tmp/cvs-serv19905

Modified Files:
	ip_output.c ip_var.h tcp_output.c tcp_subr.c 
Log Message:
Ensure that we take the IP option length into account when we calculate 
the effective maximum send size for TCP.  ip_optlen() and tcp_optlen()
should probably be inlined for efficiency.