> On 23 Apr 2020, at 16:46, Patrick Concannon <patrick.concan...@oracle.com> > wrote: > > Hi, > > Could someone please review my fix for JDK-8243488 'Add tests for set/get > SendBufferSize and getReceiveBufferSize in DatagramSocket'? > > This fix adds tests for the methods: setSendBufferSize(int), > getSendBufferSize(), and getReceieveBufferSize() in the DatagramSocket class, > and is geared towards increasing the overall test coverage for this class. > > bug: https://bugs.openjdk.java.net/browse/JDK-8243488 > webrev: http://cr.openjdk.java.net/~pconcannon/8243488/webrevs/webrev.00/ > LGTM.
-Chris.