Changes based on debugging.

This commit is contained in:
Jonathan Naylor
2016-01-25 22:36:16 +00:00
parent 3f76ade5c4
commit 8860b72e6c
4 changed files with 20 additions and 4 deletions

View File

@@ -29,7 +29,7 @@
const unsigned int BUFFER_LENGTH = 100U;
CDStarNetwork::CDStarNetwork(const std::string& gatewayAddress, unsigned int gatewayPort, unsigned int localPort, bool debug) :
m_socket("", localPort),
m_socket(localPort),
m_address(),
m_port(gatewayPort),
m_debug(debug),