mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-15 21:58:21 +00:00
Reworking of paths in Peer work-in-progress, and TCP connect support in SocketManager. Also add FD_SETSIZE checking for the default select implementation of sockets.
This commit is contained in:
@ -128,7 +128,7 @@ private:
|
||||
} catch ( ... ) {} // handlers shouldn't throw
|
||||
}
|
||||
|
||||
// Called by socket implementations to register or unregister for available-for-write notification on underlying _sock
|
||||
// Used by TcpSocket to register/unregister for write availability notification
|
||||
inline void startNotifyWrite(const Socket *sock)
|
||||
throw()
|
||||
{
|
||||
|
Reference in New Issue
Block a user