-
Enhancement
-
Resolution: Duplicate
-
P2
-
None
-
16
-
x86_64
-
generic
A DESCRIPTION OF THE PROBLEM :
The DatagramSocket and DatagramChannel APIs do not support setting the (IP header) "Don't fragment" flag on outgoing UDP packets. This is problematic for implementing the QUIC protocol in Java, as it requires the DF flag to be set.
Quote from https://tools.ietf.org/html/draft-ietf-quic-transport-25#section-14:
"In IPv4 [IPv4], the DF bit MUST be set to prevent fragmentation on the path."
The DatagramSocket and DatagramChannel APIs do not support setting the (IP header) "Don't fragment" flag on outgoing UDP packets. This is problematic for implementing the QUIC protocol in Java, as it requires the DF flag to be set.
Quote from https://tools.ietf.org/html/draft-ietf-quic-transport-25#section-14:
"In IPv4 [IPv4], the DF bit MUST be set to prevent fragmentation on the path."
- duplicates
-
JDK-8284890 Support for Do not fragment IP socket options
-
- Resolved
-