From owner-freebsd-hackers Mon Aug 17 09:47:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA27439 for freebsd-hackers-outgoing; Mon, 17 Aug 1998 09:47:48 -0700 (PDT) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA27430 for ; Mon, 17 Aug 1998 09:47:45 -0700 (PDT) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id KAA26333; Mon, 17 Aug 1998 10:47:09 -0600 (MDT) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id KAA06919; Mon, 17 Aug 1998 10:47:08 -0600 Date: Mon, 17 Aug 1998 10:47:08 -0600 Message-Id: <199808171647.KAA06919@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Didier Derny Cc: David Greenman , hackers@FreeBSD.ORG, support@yard.de Subject: Re: Yard/FreeBSD Problem (fwd) In-Reply-To: References: <199808171348.GAA19588@implode.root.com> X-Mailer: VM 6.29 under 19.15 XEmacs Lucid Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > For the server, "s" above appears to be the unconnected (listen) socket. > > The TCP_NODELAY option is not propagated across to accept()ed sockets, so > > you must do the setsockopt on those, not on the listen socket. > > > > They have made the modification on their program to do the setsockopt > on the connect socket but without any success; The 'connect()' socket is only on the client. You must set it on the 'accept()' half (server) as well. > Is there any possibily to track this socketoption to understand > why it diseappear ? getsockopt() will tell you if it's still set. Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message