mirror of
https://github.com/oe7drt/YSFClients.git
synced 2026-04-06 14:53:52 +00:00
Handle idle timeouts and lost connections more gracefully.
This commit is contained in:
parent
2423a67ae6
commit
f60cf52a0b
5 changed files with 20 additions and 9 deletions
|
|
@ -93,7 +93,7 @@ void CNetwork::setDestination(const in_addr& address, unsigned int port)
|
|||
m_port = port;
|
||||
}
|
||||
|
||||
void CNetwork::setDestination()
|
||||
void CNetwork::clearDestination()
|
||||
{
|
||||
m_address.s_addr = INADDR_NONE;
|
||||
m_port = 0U;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue