Hi,

Could someone please review my fix for JDK-8250886 — 
‘java/net/DatagramSocket/SendReceiveMaxSize.java fails in timeout’ ?

The default value of SO_RCVBUF is much larger than the SO_SNDBUF limit so it no 
longer needs to be set to match it. This mismatch caused the corresponding test 
'java/net/DatagramSocket/SendReceiveMaxSize.java` to fail.
The proposed fix is to leave SO_RCVBUF as configured by default by the kernel.


issue: https://bugs.openjdk.java.net/browse/JDK-8250886
webrev: http://cr.openjdk.java.net/~pconcannon/8250886/webrevs/webrev.00/

Kind regards,
Patrick

Reply via email to