UDP socket edits by Erik Zandvliet
This commit is contained in:
parent
d56e7f1408
commit
243595ff4d
2 changed files with 59 additions and 24 deletions
|
@ -137,7 +137,7 @@ namespace Socket {
|
|||
UDPConnection(bool nonblock = false);
|
||||
~UDPConnection();
|
||||
int getSock();
|
||||
int bind(int port, std::string iface = "");
|
||||
int bind(int port, std::string iface = "", const std::string & multicastAddress = "");
|
||||
void setBlocking(bool blocking);
|
||||
void SetDestination(std::string hostname, uint32_t port);
|
||||
void GetDestination(std::string & hostname, uint32_t & port);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue