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:
parent
70b736f440
commit
45e823d27c
7 changed files with 263 additions and 194 deletions
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue