8296615: use of undeclared identifier 'IPV6_DONTFRAG'

Reviewed-by: michaelm
This commit is contained in:
Xue-Lei Andrew Fan 2022-11-09 17:36:12 +00:00
parent a5d838c337
commit 17e3412363

@ -38,6 +38,10 @@
#define IP_DONTFRAG 28
#endif
#ifndef IPV6_DONTFRAG
#define IPV6_DONTFRAG 62
#endif
#include "jni_util.h"
/*