jdk/src/java.base/share/native/libnet/net_util.h
changeset 27178 885f4428b501
parent 25859 3317bb8137f4
child 33301 9ee33abf5b4c
--- a/jdk/src/java.base/share/native/libnet/net_util.h	Fri Oct 17 10:59:32 2014 +0100
+++ b/jdk/src/java.base/share/native/libnet/net_util.h	Sun Oct 19 11:52:53 2014 +0100
@@ -184,9 +184,13 @@
 JNIEXPORT int JNICALL
 NET_MapSocketOptionV6(jint cmd, int *level, int *optname);
 
+JNIEXPORT jint JNICALL
+NET_EnableFastTcpLoopback(int fd);
+
 int getScopeID (struct sockaddr *);
 
 int cmpScopeID (unsigned int, struct sockaddr *);
 
 unsigned short in_cksum(unsigned short *addr, int len);
+
 #endif /* NET_UTILS_H */