From mkatiyar at gmail.com Sat Jan 13 10:46:02 2007 From: mkatiyar at gmail.com (manish) Date: Sat, 13 Jan 2007 10:46:02 PST Subject: [ethbridge-discuss] SO_REUSEPORT socket option in Solaris Message-ID: <32824612.1168713992880.JavaMail.Twebapp@oss-app1> Hi , We have a requirement where we need to bind a port to same addresses. There is an option "SO_REUSEPORT" available on AIX, Linux and some other OS which provide this capability. However Solaris doesn't support this option. Googling I could find out that this option is equivalent to using "SO_REUSEADDR" in setsockopt system call for mutlicast addresses. However we don't have multicast address but still we need to bind to the same IP:port pair. As I found out in the below link, there was a plan to include this in future. http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6432031 Is anyone aware if there is any patch for this or any way to fulfill this requirement Thanks in advance This message posted from opensolaris.org