jdk/src/share/classes/java/net/StandardSocketOptions.java
changeset 21278 ef8a3a2a72f2
parent 18156 edb590d448c5
child 23010 6dadb192ad81
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
   255      *
   255      *
   256      * <p> The value of this socket option is a {@link NetworkInterface} that
   256      * <p> The value of this socket option is a {@link NetworkInterface} that
   257      * represents the outgoing interface for multicast datagrams sent by the
   257      * represents the outgoing interface for multicast datagrams sent by the
   258      * datagram-oriented socket. For {@link StandardProtocolFamily#INET6 IPv6}
   258      * datagram-oriented socket. For {@link StandardProtocolFamily#INET6 IPv6}
   259      * sockets then it is system dependent whether setting this option also
   259      * sockets then it is system dependent whether setting this option also
   260      * sets the outgoing interface for multlicast datagrams sent to IPv4
   260      * sets the outgoing interface for multicast datagrams sent to IPv4
   261      * addresses.
   261      * addresses.
   262      *
   262      *
   263      * <p> The initial/default value of this socket option may be {@code null}
   263      * <p> The initial/default value of this socket option may be {@code null}
   264      * to indicate that outgoing interface will be selected by the operating
   264      * to indicate that outgoing interface will be selected by the operating
   265      * system, typically based on the network routing tables. An implementation
   265      * system, typically based on the network routing tables. An implementation