mirror of
https://github.com/oe7drt/YSFClients.git
synced 2026-04-07 15:24:00 +00:00
Convert to IPv6
This commit is contained in:
parent
8283be1042
commit
0e064b93e6
27 changed files with 516 additions and 450 deletions
|
|
@ -45,8 +45,7 @@ m_logFileLevel(0U),
|
|||
m_logFilePath(),
|
||||
m_logFileRoot(),
|
||||
m_networkPort(0U),
|
||||
m_networkDebug(false),
|
||||
m_networkBindAddr()
|
||||
m_networkDebug(false)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
@ -113,8 +112,6 @@ bool CConf::read()
|
|||
m_networkPort = (unsigned int)::atoi(value);
|
||||
else if (::strcmp(key, "Debug") == 0)
|
||||
m_networkDebug = ::atoi(value) == 1;
|
||||
else if (::strcmp(key, "BindAddress") == 0)
|
||||
m_networkBindAddr = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -173,7 +170,3 @@ bool CConf::getNetworkDebug() const
|
|||
return m_networkDebug;
|
||||
}
|
||||
|
||||
std::string CConf::getNetworkBindAddr() const
|
||||
{
|
||||
return m_networkBindAddr;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue