Skip to content

Commit 17e3412

Browse files
committed
8296615: use of undeclared identifier 'IPV6_DONTFRAG'
Reviewed-by: michaelm
1 parent a5d838c commit 17e3412

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/jdk.net/macosx/native/libextnet/MacOSXSocketOptions.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@
3838
#define IP_DONTFRAG 28
3939
#endif
4040

41+
#ifndef IPV6_DONTFRAG
42+
#define IPV6_DONTFRAG 62
43+
#endif
44+
4145
#include "jni_util.h"
4246

4347
/*

0 commit comments

Comments
 (0)