- Index
- »
- inet
- »
- MulticastSocket
type
MulticastSocket
src
class MulticastSocket : UdpSocket
MulticastSocket extends UdpSocket to provide multicast capabilities.
constructors
make |
Make a new unbound multicast UDP socket. |
---|
fields
interface |
Default network interface for outgoing datagrams on this socket |
---|---|
loopbackMode |
True to enable outgoing packets to be received by the local socket. |
timeToLive |
Default time to live for packets send on this socket. |
methods
joinGroup |
Join a multicast group. |
---|---|
leaveGroup |
Leave a multicast group. |
Slot Details
interface
src
IpInterface interface
Default network interface for outgoing datagrams on this socket
joinGroup
leaveGroup
loopbackMode
make
src
new make(SocketConfig config := SocketConfig.cur())
Make a new unbound multicast UDP socket.