< prev index next >

src/jdk.sctp/unix/classes/sun/nio/ch/sctp/SctpNet.java

Print this page
rev 59105 : imported patch corelibs

@@ -45,15 +45,10 @@
         (PrivilegedAction<String>) () -> System.getProperty("os.name"));
 
     /* -- Miscellaneous SCTP utilities -- */
 
     private static boolean IPv4MappedAddresses() {
-        if ("SunOS".equals(osName)) {
-            /* Solaris supports IPv4Mapped Addresses with bindx */
-            return true;
-        } /* else {  //other OS/implementations  */
-
         /* lksctp/linux requires Ipv4 addresses */
         return false;
     }
 
     static boolean throwAlreadyBoundException() throws IOException {
< prev index next >