jdk/src/windows/classes/java/net/DefaultInterface.java
changeset 21278 ef8a3a2a72f2
parent 14342 8435a30053c1
child 23010 6dadb192ad81
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
    24  */
    24  */
    25 
    25 
    26 package java.net;
    26 package java.net;
    27 
    27 
    28 /**
    28 /**
    29  * Choose a network inteface to be the default for
    29  * Choose a network interface to be the default for
    30  * outgoing IPv6 traffic that does not specify a scope_id (and which needs one).
    30  * outgoing IPv6 traffic that does not specify a scope_id (and which needs one).
    31  *
    31  *
    32  * Platforms that do not require a default interface may return null
    32  * Platforms that do not require a default interface may return null
    33  * which is what this implementation does.
    33  * which is what this implementation does.
    34  */
    34  */