src/share/classes/java/net/DatagramSocket.java

Print this page
rev 7398 : 8032808: Support Solaris SO_FLOW_SLA socket option
Reviewed-by: michaelm

@@ -318,10 +318,11 @@
                 checkOldImpl();
             }
         }
         // creates a udp socket
         impl.create();
+        impl.setDatagramSocket(this);
         created = true;
     }
 
     /**
      * Get the <code>DatagramSocketImpl</code> attached to this socket,