split handshake code into its own files, so that Transport file is less massive
This commit is contained in:
@ -57,8 +57,5 @@ namespace ix
|
||||
std::atomic<int> _sockfd;
|
||||
std::mutex _socketMutex;
|
||||
EventFd _eventfd;
|
||||
|
||||
private:
|
||||
};
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user