< prev index next >

src/java.base/unix/native/libnet/net_util_md.h

Print this page

        

@@ -103,10 +103,14 @@
 #ifdef AF_INET6
 int getDefaultIPv6Interface(struct in6_addr *target_addr);
 #endif
 #endif
 
+#ifdef __linux__
+#define SO_REUSEPORT 15
+#endif
+
 #ifdef __solaris__
 int net_getParam(char *driver, char *param);
 
 #ifndef SO_FLOW_SLA
 #define SO_FLOW_SLA 0x1018
< prev index next >