Skip to content

Commit 73e19f6

Browse files
author
Darragh Clarke
committedNov 16, 2023
8319825: jdk.net/jdk.net.ExtendedSocketOptions::IP_DONTFRAGMENT is missing @SInCE 19
Reviewed-by: dfuchs, jpai
1 parent faeea07 commit 73e19f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/jdk.net/share/classes/jdk/net/ExtendedSocketOptions.java

+2
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,8 @@ private ExtendedSocketOptions() { }
220220
* by the sending and receiving nodes exclusively. Setting this option for
221221
* an IPv6 socket ensures that packets to be sent are never fragmented, in
222222
* which case, the local network MTU must be observed.
223+
*
224+
* @since 19
223225
*/
224226
public static final SocketOption<Boolean> IP_DONTFRAGMENT =
225227
new ExtSocketOption<Boolean>("IP_DONTFRAGMENT", Boolean.class);

0 commit comments

Comments
 (0)
Please sign in to comment.