#include <socket.h>
Inheritance diagram for ost::UDPBroadcast::
Public Methods | |
UDPBroadcast (const IPV4Address &ia, tpport_t port) | |
Create and bind a subnet broadcast socket. More... | |
void | setPeer (const IPV4Broadcast &subnet, tpport_t port) |
Set peer by subnet rather than specific host. More... |
|
Create and bind a subnet broadcast socket.
|
|
Set peer by subnet rather than specific host.
|