More IPv6 updates.

This commit is contained in:
Jonathan Naylor
2020-09-05 20:15:23 +01:00
parent 5e3e9f10b9
commit 7e2f4d3c6e
5 changed files with 70 additions and 27 deletions

View File

@@ -89,7 +89,7 @@ bool CMMDVMNetwork::open()
{
LogMessage("MMDVM Network, Opening");
return m_socket.open();
return m_socket.open(m_rptAddress);
}
bool CMMDVMNetwork::read(CDMRData& data)