Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Oct 1996 15:26:42 -0800 (PST)
From:      Bill Fenner <fenner>
To:        CVS-committers, cvs-all, cvs-sbin
Subject:   cvs commit:  src/sbin/dump dumprmt.c
Message-ID:  <199610282326.PAA14652@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610282326.PAA14652>