facebookarchive / RakNet

RakNet is a cross platform, open source, C++ networking engine for game programmers.
Other
3.3k stars 1.02k forks source link

Two issues in TCPInterface::Start() #71

Open heroboy opened 8 years ago

heroboy commented 8 years ago
  1. if CreateListenSocket failed, it doesn't return false.
  2. When return false, it doesn't decrease the isStarted.