Re: RFR: 8284890: Support for Do not fragment IP socket options [v8]

2023-11-09 Thread Daniel Fuchs
On Thu, 9 Nov 2023 14:51:53 GMT, Alan Bateman wrote: >> Michael McMahon has updated the pull request incrementally with one >> additional commit since the last revision: >> >> test update > > src/jdk.net/share/classes/jdk/net/ExtendedSocketOptions.java line 221: > >> 219: * which case,

Re: RFR: 8284890: Support for Do not fragment IP socket options [v8]

2023-11-09 Thread Alan Bateman
On Wed, 20 Apr 2022 14:30:21 GMT, Michael McMahon wrote: >> Hi, >> >> Could I get the following PR review please? It adds a new JDK specific >> extended socket option >> called IP_DONTFRAGMENT, which disables IP packet fragmentation in both IPv4 >> and IPv6 >> UDP sockets (NIO DatagramChannels