Go to file
thorpej 67a3811e05 Fix an oversight in my previous MSS-related changes:
Basically, in silly window avoidance, don't use the raw MSS we advertised
to the peer.  What we really want here is the _expected_ size of received
segments, so we need to account for the path MTU (eventually; right now,
the interface MTU for "local" addresses and loopback or tcp_mssdflt for
non-local addresses).  Without this, silly window avoidance would never
kick in if we advertised a very large (e.g. ~64k) MSS to the peer.
1997-10-08 16:32:48 +00:00
bin * Initialize native locale on startup. 1997-10-08 11:26:04 +00:00
distrib Update to current state. 1997-10-07 04:01:29 +00:00
etc Deal with files in the changelist that are added or removed. 1997-10-08 16:13:44 +00:00
games fix compiler warnings on the alpha. 1997-10-04 09:28:32 +00:00
gnu Change GCC's INITIALIZE_TRAMPOLINE() function as submitted to Cygnus: 1997-10-06 21:19:11 +00:00
include proto lchown() only if !_POSIX_SOURCE 1997-10-08 05:44:22 +00:00
lib getcwd(3) is not defined by ANSI C but by 1003.1; pointed out by Alan Curry 1997-10-08 09:28:01 +00:00
libexec merge lite-2 rcsids 1997-10-08 09:12:46 +00:00
regress Use SUBDIR+= and NOT SUBDIR= if you use several SUBDIR lines. 1997-10-02 11:06:30 +00:00
sbin PR misc/4206: internal -> interval; 1997-10-03 00:55:28 +00:00
share Clarify comment regarding rotation, and remove another comment which has never 1997-10-08 13:47:18 +00:00
sys Fix an oversight in my previous MSS-related changes: 1997-10-08 16:32:48 +00:00
usr.bin Get rid of warnings. 1997-10-07 13:55:03 +00:00
usr.sbin - set the umask to 077, to protect the created directory 1997-10-08 14:09:19 +00:00
Makefile