HardenedBSD/sbin/dump
Bill Fenner 4a3bf3b27c 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.
1998-05-17 06:39:38 +00:00
..
dump.8 Fix minor typo. 1998-05-10 16:35:31 +00:00
dump.h
dumprmt.c Turn on TCP_NODELAY on the remote socket, to turn off sender silly window 1998-05-17 06:39:38 +00:00
itime.c
main.c
Makefile
optr.c
pathnames.h
tape.c
traverse.c
unctime.c