mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-17 06:38:25 +00:00
Clean up some stuff, including a few spots where exceptions were not being handled correctly.
This commit is contained in:
@ -100,8 +100,7 @@ public:
|
||||
* @param localPort Local IP port
|
||||
* @return True if successfully bound, or if already bound
|
||||
*/
|
||||
bool bindLocalUdp(unsigned int localPort)
|
||||
throw();
|
||||
bool bindLocalUdp(unsigned int localPort);
|
||||
|
||||
/**
|
||||
* Pick a port to send to an address of a given type
|
||||
|
Reference in New Issue
Block a user