UDPBroadcast (const IPV4Address &ia, tpport_t port)
Create and bind a subnet broadcast socket.
void setPeer (const IPV4Broadcast &subnet, tpport_t port)
Set peer by subnet rather than specific host.
Detailed Description
Representing a UDP socket used for subnet broadcasts, this class provides an alternate binding and setPeer() capability for UDP sockets.
Author:
David Sugar <dyfet@ostel.com> Unreliable Datagram for subnet broadcasts.