From owner-cvs-sbin Mon Oct 28 15:27:08 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA14709 for cvs-sbin-outgoing; Mon, 28 Oct 1996 15:27:08 -0800 (PST) Received: (from fenner@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA14652; Mon, 28 Oct 1996 15:26:42 -0800 (PST) Date: Mon, 28 Oct 1996 15:26:42 -0800 (PST) From: Bill Fenner Message-Id: <199610282326.PAA14652@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/dump dumprmt.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk fenner 96/10/28 15:26:40 Modified: sbin/dump dumprmt.c Log: If rcmd() fails, return immediately instead of trying a bunch of setsockopt()'s on a -1 file descriptor. Remove attempt to decrease TCP MSS; it makes no sense. Set the IP TOS to IPTOS_THROUGHPUT as an indication that this is an application sending large blocks of data, as recommended by RFC1700. Revision Changes Path 1.3 +9 -6 src/sbin/dump/dumprmt.c