From owner-freebsd-questions Thu Aug 5 18:11:31 1999 Delivered-To: freebsd-questions@freebsd.org Received: from wiggum.com (ip31.sb.net [209.241.234.31]) by hub.freebsd.org (Postfix) with ESMTP id 0B86414C16 for ; Thu, 5 Aug 1999 18:11:28 -0700 (PDT) (envelope-from engr@wiggum.com) Received: by wiggum.com (8.9.2/8.9.2) id SAA89847 for freebsd-questions@FreeBSD.ORG; Thu, 5 Aug 1999 18:09:50 -0700 (PDT) (envelope-from engr) From: Xiaodong Shen Reply-To: xshen@sb.net Organization: Warp9tech To: freebsd-questions@FreeBSD.ORG Subject: setsockopt() on UNIX Domain Socket? Date: Thu, 5 Aug 1999 18:01:32 -0700 X-Mailer: KMail [version 1.0.17] Content-Type: text/plain MIME-Version: 1.0 Message-Id: <99080518094900.87903@wiggum.com> Content-Transfer-Encoding: 8bit X-KMail-Mark: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi there, I tried to use setsockopt() to enable the SO_REUSEADDR and SO_REUSEPORT options of a Unix Domain socket, so that I could let two processes to one socket, but it didn't work, still got the error of "address is already used!". It really works for the Internet domain sockets. So is there anyone experience with this case could help me out? thanks a lot, Xiaodong Shen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message