jdk/src/java.base/unix/native/libnet/net_util_md.c
changeset 27178 885f4428b501
parent 25859 3317bb8137f4
child 28059 e576535359cc
equal deleted inserted replaced
27177:3717db2c3bfe 27178:885f4428b501
   786     flagSet = (*env)->CallStaticObjectMethod(env, iCls, mid, s);
   786     flagSet = (*env)->CallStaticObjectMethod(env, iCls, mid, s);
   787     if (flagSet != NULL) {
   787     if (flagSet != NULL) {
   788         useExclBind = 1;
   788         useExclBind = 1;
   789     }
   789     }
   790 #endif
   790 #endif
       
   791 }
       
   792 
       
   793 JNIEXPORT jint JNICALL
       
   794 NET_EnableFastTcpLoopback(int fd) {
       
   795     return 0;
   791 }
   796 }
   792 
   797 
   793 /* In the case of an IPv4 Inetaddress this method will return an
   798 /* In the case of an IPv4 Inetaddress this method will return an
   794  * IPv4 mapped address where IPv6 is available and v4MappedAddress is TRUE.
   799  * IPv4 mapped address where IPv6 is available and v4MappedAddress is TRUE.
   795  * Otherwise it will return a sockaddr_in structure for an IPv4 InetAddress.
   800  * Otherwise it will return a sockaddr_in structure for an IPv4 InetAddress.