a socket impl question?

Alan Bateman Alan.Bateman at oracle.com
Sun Jan 13 12:23:26 PST 2013


On 13/01/2013 09:46, Sand Stone wrote:
>     2. Or provide a code path to allow framework builders to set OS specific
> custom socket options? This could be a general mechanism without JDK
> changes.
>
The support that is there is intended to allow implementations support 
socket options beyond those defined by the Java SE spec, it's not 
intended to allow someone using the API to pass in arbitrary values that 
the implementation uses without mapping.

I would suggest following up on net-dev (as jdk7u-dev is for discussions 
about the jdk7u releases).

-Alan.



More information about the jdk7u-dev mailing list