NetBSD/sbin/dump
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
..
Makefile Add support for non-native byte order FFS. The dump is in filesystem byte 1998-03-18 16:54:56 +00:00
dump.8 PR#5697 + nroff cleanup 1998-07-03 11:17:46 +00:00
dump.h Add support for non-native byte order FFS. The dump is in filesystem byte 1998-03-18 16:54:56 +00:00
dumprmt.c Turn on TCP_NODELAY on the remote tape socket, from FreeBSD. Here is the 1998-07-30 18:14:00 +00:00
itime.c PR bin/5346 from haszlaki@UAccess.NET: 1998-04-22 08:55:18 +00:00
main.c - use an array MAXHOSTNAMELEN+1 size to hold hostnames 1998-07-06 06:45:41 +00:00
optr.c Need <time.h> for time(), localtime() and ctime() prototypes. 1998-04-01 16:15:40 +00:00
pathnames.h use _PATH_DEFTAPE from <paths.h> 1997-04-15 07:00:45 +00:00
tape.c use AF_LOCAL instead of AF_UNIX 1998-07-18 05:04:35 +00:00
traverse.c Add support for non-native byte order FFS. The dump is in filesystem byte 1998-03-18 16:54:56 +00:00
unctime.c Use strptime() instead of a home grown parser. 1998-02-04 14:49:11 +00:00