SocketServer::handleConnection takes an std::shared_ptr<Socket> instead of a file descriptor
This commit is contained in:
@ -113,7 +113,8 @@ namespace ix
|
||||
static void invokeTrafficTrackerCallback(size_t size, bool incoming);
|
||||
|
||||
// Server
|
||||
WebSocketInitResult connectToSocket(int fd, int timeoutSecs);
|
||||
WebSocketInitResult connectToSocket(std::shared_ptr<Socket>,
|
||||
int timeoutSecs);
|
||||
|
||||
WebSocketTransport _ws;
|
||||
|
||||
|
Reference in New Issue
Block a user