From owner-freebsd-net@FreeBSD.ORG Thu Mar 8 11:36:49 2007 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8AB1A16A402 for ; Thu, 8 Mar 2007 11:36:49 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out5.smtp.messagingengine.com (out5.smtp.messagingengine.com [66.111.4.29]) by mx1.freebsd.org (Postfix) with ESMTP id 60ECF13C4A8 for ; Thu, 8 Mar 2007 11:36:49 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out1.internal (unknown [10.202.2.149]) by out1.messagingengine.com (Postfix) with ESMTP id 8817F1F6931; Thu, 8 Mar 2007 06:36:19 -0500 (EST) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by out1.internal (MEProxy); Thu, 08 Mar 2007 06:36:19 -0500 X-Sasl-enc: 8K0YuUalMbsQUeHW3t0uZrW7E7kCQZx5KcfJ+1gSIy5q 1173353779 Received: from [192.168.123.18] (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTP id 5603B1907D; Thu, 8 Mar 2007 06:36:18 -0500 (EST) Message-ID: <45EFF531.5080507@FreeBSD.org> Date: Thu, 08 Mar 2007 11:36:17 +0000 From: "Bruce M. Simpson" User-Agent: Thunderbird 1.5.0.9 (X11/20070125) MIME-Version: 1.0 To: Alexandru Arion References: <1173273861.4982.8.camel@aarion> <45EF13CD.8020800@FreeBSD.org> <1173345342.4957.13.camel@aarion> In-Reply-To: <1173345342.4957.13.camel@aarion> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-net@freebsd.org Subject: Re: SO_ACCEPTCONN equivalent X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Mar 2007 11:36:49 -0000 Alexandru Arion wrote: > > Thanks for both suggestions. Since I'll support version 5.4 and up, this > leaves me to using the workaround implied by calling accept and checking > the returned value, for now. > Erm. It looks like it's implemented in 5.4 as well, although you might have mentioned in your original mail you were working with a legacy version of FreeBSD. :^) http://fxr.watson.org/fxr/ident?v=RELENG54&i=SO_ACCEPTCONN BMS