Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Apr 1996 22:29:27 +0200 (MET DST)
From:      J Wunsch <j@uriah.heep.sax.de>
To:        bde@zeta.org.au (Bruce Evans)
Cc:        CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sbin@freefall.freebsd.org
Subject:   Re: cvs commit: src/sbin/nfsd nfsd.c
Message-ID:  <199604132029.WAA00440@uriah.heep.sax.de>
In-Reply-To: <199604132013.GAA17624@godzilla.zeta.org.au> from "Bruce Evans" at Apr 14, 96 06:13:53 am

next in thread | previous in thread | raw e-mail | index | archive | help
As Bruce Evans wrote:
> 
> >Wouldn't this be more explanatory:
> 
> >-	if(argc) udpflag = 1;
> >+	if (!tcpflag && !udpflag)
> >+		udpflag = 1;	/* Default to UDP instead of do nothing. */
> 
> What about ISO support? :-).

That's out of question (NFS is IP).  The only question were whether
somebody would implement an ICMP transport layer for NFS. :-))

> I think defaulting to usage() would be better.  However, the usage message
> says that args are optional.

I don't mind either (we could change the usage message and the man
page), though i think defaulting to -u4 (or was it -u8?) is historical
practice also for the Sun implementation.

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)



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