don't abort when ntcp fails to bind

This commit is contained in:
Jeff Becker 2016-06-13 11:34:44 -04:00
parent 9eaa51442f
commit fa68e392c8
No known key found for this signature in database
GPG key ID: AB950234D6EA286B
8 changed files with 129 additions and 69 deletions

2
SSU.h
View file

@ -62,7 +62,7 @@ namespace transport
std::shared_ptr<SSUSession> GetPeerTestSession (uint32_t nonce);
void UpdatePeerTest (uint32_t nonce, PeerTestParticipant role);
void RemovePeerTest (uint32_t nonce);
private:
void Run ();