We need to support the various socket options relating to the IPv4 DF (Do not Fragment) flag. While IPv6 does not allow packet fragmentation, there is an equivalent socket option which disables the end to end fragmentation that IPv6 can use.
This is required to support the PL PMTU discovery protocol used in QUIC.
The socket option can be a jdk.net.ExtendedSocketOption
This is required to support the PL PMTU discovery protocol used in QUIC.
The socket option can be a jdk.net.ExtendedSocketOption
- csr for
-
JDK-8285224 Support for Do not fragment IP socket options
-
- Closed
-
- duplicates
-
JDK-8238725 DatagramSocket/DatagramChannel should support setting "Don't fragment" option
-
- Closed
-
- relates to
-
JDK-8285671 java/nio/channels/etc/PrintSupportedOptions.java and java/nio/channels/DatagramChannel/AfterDisconnect.java are failing
-
- Closed
-
-
JDK-8319825 jdk.net/jdk.net.ExtendedSocketOptions::IP_DONTFRAGMENT is missing @since 19
-
- Closed
-
(1 links to)