mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-06 06:53:42 +00:00
Regularise the UDP socket handling for DMR, POCSAG and the Remote Control port.
This commit is contained in:
parent
fe9564295d
commit
da382647f6
6 changed files with 28 additions and 16 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue