From owner-freebsd-questions Mon Jan 17 10: 9:56 2000 Delivered-To: freebsd-questions@freebsd.org Received: from inbox.org (inbox.org [216.22.145.8]) by hub.freebsd.org (Postfix) with ESMTP id E1C9114DAB for ; Mon, 17 Jan 2000 10:09:52 -0800 (PST) (envelope-from bsd@inbox.org) Received: from localhost (bsd@localhost) by inbox.org (8.9.3/8.9.3) with SMTP id NAA28208 for ; Mon, 17 Jan 2000 13:09:52 -0500 (EST) Date: Mon, 17 Jan 2000 13:09:52 -0500 (EST) From: "Mr. K." To: questions@freebsd.org Subject: send with MSG_PEEK? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG According to the send(2) manpage: " The flags parameter may include one or more of the following: #define MSG_OOB 0x1 /* process out-of-band data */ #define MSG_PEEK 0x2 /* peek at incoming message */ " What does it mean to set MSG_PEEK? Or is this a mistake? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message