Go to file
thorpej ae36dbe3f7 Turn on TCP_NODELAY on the remote tape socket, from FreeBSD. Here is the
commit message from Bill Fenner:

Turn on TCP_NODELAY on the remote socket, to turn off sender silly window
 syndrome avoidance.  The combination of SWS avoidance and ack-every-other
 causes low throughput if the block size divided by the MSS is odd (which
 is true with the default block size and MSS).
Turning on TCP_NODELAY disables the Nagle algorithm and sender SWS avoidance.
 The rdump request/response protocol can not invoke Nagle and cannot cause
 SWS, so this has no negative effects.

Also, put back the code that sets the TOS to "throughput", which seems to
have been erroneously removed during the Lite-2 merge.
1998-07-30 18:14:00 +00:00
bin rev man page for eew 1998-07-30 00:58:27 +00:00
distrib update to libedit.so.2.2 1998-07-29 11:26:36 +00:00
etc Nuke ums and ukbd (USB mouse and keyboard), add wms and wkbd (wscons dito). 1998-07-27 18:49:43 +00:00
games An airplane on a heading of 315, given instruction to turn 1998-07-28 03:00:09 +00:00
gnu Don't build these programs on the PowerPC; we need to update our binutils 1998-07-29 19:18:26 +00:00
include Merge in recent changes from the private version of this header distributed 1998-07-30 14:11:22 +00:00
lib English. 1998-07-29 03:38:30 +00:00
libexec * implement -u user and -g group - to specify the username and/or 1998-07-29 11:31:22 +00:00
regress Use PF_* for socket(2) calls. 1998-06-24 23:51:30 +00:00
sbin Turn on TCP_NODELAY on the remote tape socket, from FreeBSD. Here is the 1998-07-30 18:14:00 +00:00
share Quite a bit of rewriting: 1998-07-30 03:52:42 +00:00
sys Use the previously committed pnp hook. 1998-07-30 18:03:34 +00:00
usr.bin add references per PR#5820 1998-07-29 07:43:21 +00:00
usr.sbin usage & comment string patch, per PR#5859 1998-07-29 07:26:29 +00:00
Makefile Don't try and build non-EGCS libgcc on Alpha and PowerPC. 1998-07-28 18:55:41 +00:00