tango.net.device.Multicast

Public Imports

tango.net.InternetAddress
public import tango.net.InternetAddress;
Undocumented in source.
tango.net.device.Datagram
public import tango.net.device.Datagram;
Undocumented in source.

Members

Classes

Multicast
class Multicast

MulticastConduit sends and receives data on a multicast group, as described by a class-D address. To send data, the recipient group should be handed to the write() method. To receive, the socket is bound to an available local adapter/port as a listener and must join() the group before it becomes eligible for input from there.

Functions

main
void main()

Meta

License

BSD style: $(LICENSE)

Version

Jun 2004 : Initial release Dec 2006 : South pacific version