Path: utzoo!attcan!uunet!seismo!ukma!rex!uflorida!haven!decuac!decwrl!shelby!eos!ames!sun-barr!newstop!sun!cs From: cs@Eng.Sun.COM (Carl Smith) Newsgroups: comp.protocols.nfs Subject: Re: Mountd loops in case of multiple mount requests. Message-ID: <136406@sun.Eng.Sun.COM> Date: 30 May 90 21:35:45 GMT References: <2143@inews.intel.com> <4290@hcx1.SSD.CSD.HARRIS.COM> <2285@sequent.cs.qmw.ac.uk> Sender: news@sun.Eng.Sun.COM Reply-To: cs@Eng.Sun.COM Organization: Sun Microsystems, Inc. Lines: 13 In article <2285@sequent.cs.qmw.ac.uk>, liam@cs.qmw.ac.uk (William Roberts) writes: ... > Does anyone know why the standard libraries make stream > connections to the portmapper? Most of the library functions (pmap_set, pmap_unset, pmap_getport, pmap_rmtcall, and clnt_broadcast) use UDP. Only pmap_getmaps uses TCP, and that's because the size of the reply to a PMAPPROC_DUMP request might well exceed the implementation's limit on the size of a datagram. Carl