Regularise the UDP socket handling for DMR, POCSAG and the Remote Control port.

This commit is contained in:
Jonathan Naylor
2024-02-01 14:31:03 +00:00
parent fe9564295d
commit da382647f6
6 changed files with 28 additions and 16 deletions

View File

@@ -53,7 +53,7 @@ bool CPOCSAGNetwork::open()
LogMessage("Opening POCSAG network connection");
return m_socket.open();
return m_socket.open(m_addr);
}
void CPOCSAGNetwork::clock(unsigned int ms)