mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-06 15:04:18 +00:00
Changes based on debugging.
This commit is contained in:
parent
3f76ade5c4
commit
8860b72e6c
4 changed files with 20 additions and 4 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue