8319825: jdk.net/jdk.net.ExtendedSocketOptions::IP_DONTFRAGMENT is missing @since 19

Reviewed-by: dfuchs, jpai
This commit is contained in:
Darragh Clarke 2023-11-16 10:50:38 +00:00
parent faeea07fe5
commit 73e19f60cd

@ -220,6 +220,8 @@ public final class ExtendedSocketOptions {
* by the sending and receiving nodes exclusively. Setting this option for
* an IPv6 socket ensures that packets to be sent are never fragmented, in
* which case, the local network MTU must be observed.
*
* @since 19
*/
public static final SocketOption<Boolean> IP_DONTFRAGMENT =
new ExtSocketOption<Boolean>("IP_DONTFRAGMENT", Boolean.class);