adding rsockets support into JDK

Chris Hegarty chris.hegarty at oracle.com
Wed Feb 6 15:57:10 UTC 2019


Brian,

On 05/02/2019 22:24, Brian Burkhalter wrote:
> Hi Lucy,
> 
> Specification of options in jdk.net.RdmaSockets updated:
> 
> http://hg.openjdk.java.net/jdk/sandbox/rev/87484051dbba

Thanks for catching the spec issue regarding options.

Regarding "... defined by java.net.Socket.", I don't think that this is
true, anymore. The previous statement deferred the list-of-options to
that of the list-of-options that are defined by java.net.Socket. After
your change ( which lists the set of options ), then there is no longer
need to refer to j.n.Socket, right?  Maybe just drop the "defined by
java.net.Socket" ( the options are defined in StandardSocketOptions ).

-Chris.


More information about the nio-dev mailing list