freebsd-dev/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 Merge Lite2 changes (rather bigish, the dump/restore folks should check) 1997-03-11 12:09:50 +00:00
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 BSD 4.4 Lite sbin Sources 1994-05-26 06:35:07 +00:00
main.c Add Id. Cosmetic in usage string. 1997-06-10 11:14:04 +00:00
Makefile Make this part of the 'krb' distribution. 1997-10-24 16:20:25 +00:00
optr.c Fix many buffer overflows, correct usage of strcat and implement 1997-01-07 20:48:24 +00:00
pathnames.h Backing out my change of /etc/rmt -> /usr/sbin/rmt. 1996-12-29 11:48:45 +00:00
tape.c read() and write() return ssize_t not int, so the first arg to atomic() 1998-01-25 09:15:10 +00:00
traverse.c Merge Lite2 changes (rather bigish, the dump/restore folks should check) 1997-03-11 12:09:50 +00:00
unctime.c Import some CSRG 4.4BSD-Lite2 components for sbin onto vendor branch. 1997-03-11 11:59:39 +00:00