split handshake code into its own files, so that Transport file is less massive

This commit is contained in:
Benjamin Sergeant
2019-01-02 20:07:54 -08:00
parent cb904416c3
commit 474985e784
12 changed files with 567 additions and 451 deletions

View File

@ -57,8 +57,5 @@ namespace ix
std::atomic<int> _sockfd;
std::mutex _socketMutex;
EventFd _eventfd;
private:
};
}