From owner-freebsd-questions Thu May 9 11:38:40 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by hub.freebsd.org (Postfix) with ESMTP id 5805437B408 for ; Thu, 9 May 2002 11:38:33 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by cactus.fi.uba.ar (8.11.6/8.11.6) with ESMTP id g49IZTd42114; Thu, 9 May 2002 15:35:29 -0300 (ART) (envelope-from fgleiser@cactus.fi.uba.ar) Date: Thu, 9 May 2002 15:35:29 -0300 (ART) From: Fernando Gleiser X-X-Sender: To: Lance Bland Cc: Subject: Re: send vs write, recv vs read on socket? In-Reply-To: <13F68F91-6376-11D6-B49B-0030659A531A@vvi.com> Message-ID: <20020509153305.N41150-100000@localhost> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 9 May 2002, Lance Bland wrote: > hi fellow FreeBSDers- > > On FreeBSD, what is the main difference(s) between send vs write on a > socket and recv vs read on a socket? > > Besides the added argument flag at the end, and if that flag is zero. On connected sockets, if the flag is zero there is no difference. Fer > > thanks- > > -lance > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message