mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-14 10:37:33 -07:00
Service code builds now.
This commit is contained in:
parent
46ecad451c
commit
6615a70027
4 changed files with 35 additions and 22 deletions
|
@ -743,7 +743,11 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
inline void close(PhySocket *sock,bool callHandlers)
|
||||
/**
|
||||
* @param sock Socket to close
|
||||
* @param callHandlers If true, call handlers for TCP connect (success: false) or close (default: true)
|
||||
*/
|
||||
inline void close(PhySocket *sock,bool callHandlers = true)
|
||||
{
|
||||
if (!sock)
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue