On 21/01/2019 18:00, Michael McMahon wrote:
Hi Alan,
Looks fine apart from extra space on line 85: ExtendedSocketOptions.java
Thanks, I'll fix that before pushing.
-Alan
On 21/01/2019 17:41, Alan Bateman wrote:
ExtendSocketOptions is the supporting class that the socket
implementations use for JDK-specific socket options. Vyom improved it
last year to select options based on the socket type but more is needed
to handle socket options that are specific to conn
Hi Alan,
Looks fine apart from extra space on line 85: ExtendedSocketOptions.java
- Michael.
On 21/01/2019, 17:41, Alan Bateman wrote:
ExtendSocketOptions is the supporting class that the socket
implementations use for JDK-specific socket options. Vyom improved it
last year to select options
ExtendSocketOptions is the supporting class that the socket
implementations use for JDK-specific socket options. Vyom improved it
last year to select options based on the socket type but more is needed
to handle socket options that are specific to connecting or listening
sockets. As things stan