SO_REUSEPORT feature support in JDK 9 for socket communication

Alan Bateman Alan.Bateman at oracle.com
Thu Oct 22 13:24:18 UTC 2015



On 22/10/2015 14:04, Roger Riggs wrote:
> Hi Sandhya,
>
> The folks on net-dev at openjdk.java.net will be interested too.
Yes, net-dev is the best list for this.

One other thing to mention is the SocketOption interface and the 
setOption/getOption methods. This allows for platform or JDK-specific 
specific socket options, it also allows it to be implemented by the NIO 
SocketChannel and friends.

-Alan



More information about the core-libs-dev mailing list