From 45e823d27ca83bf893e69c692ef9a842c97e5ffe Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Thu, 20 Mar 2014 18:49:33 -0700 Subject: 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. --- node/SocketManager.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node/SocketManager.hpp') diff --git a/node/SocketManager.hpp b/node/SocketManager.hpp index e6e87a1f..20a57285 100644 --- a/node/SocketManager.hpp +++ b/node/SocketManager.hpp @@ -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() { -- cgit v1.2.3