Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 11/06/1996 00:00:01
thorpej
Tue Nov  5 15:59:02 PST 1996
Update of /cvsroot/src/sbin/dump
In directory netbsd1:/var/slash-tmp/cvs-serv18287

Modified Files:
	dumprmt.c 
Log Message:
- If rcmd() fails, don't do any of the setsockopt() calls.
- Since the TCP_MAXSEG setsockopt can only descrease the MSS, and never
  increase it, do an IP_TOS:IPTOS_THROUGHPUT setsockopt instead, since
  dump is a bulk transfer.
Submitted by Bill Fenner <fenner@parc.xerox.com>.