From owner-freebsd-hackers Wed May 7 08:54:15 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id IAA28445 for hackers-outgoing; Wed, 7 May 1997 08:54:15 -0700 (PDT) Received: from nyx.pr.mcs.net (nyx.pr.mcs.net [204.95.55.81]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA28439 for ; Wed, 7 May 1997 08:54:09 -0700 (PDT) Received: from nyx.pr.mcs.net (localhost [127.0.0.1]) by nyx.pr.mcs.net (8.8.5/8.8.5) with ESMTP id KAA05628 for ; Wed, 7 May 1997 10:53:22 -0500 (CDT) Message-Id: <199705071553.KAA05628@nyx.pr.mcs.net> X-Mailer: exmh version 1.6.9 8/22/96 To: hackers@freebsd.org Subject: Sockets API question Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 07 May 1997 10:53:22 -0500 From: Chris Csanady Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I have been working on some buffering changes to the network code and came across something I am not sure what to do with. While accepting new connections on a listening socket, it seems that the hi water mark is the only option that gets inherited by the new socket. (aside from various things in the socket structure.) Anyways, how specific is the API about what is inherited? Thanks in advance, Chris Csanady