Add more sophistication to the network side of NXDN.

This commit is contained in:
Jonathan Naylor
2018-01-29 23:32:44 +00:00
parent 5a494b5536
commit 7e22cdfa7e
3 changed files with 32 additions and 14 deletions

View File

@@ -983,7 +983,7 @@ void CNXDNControl::writeNetwork(const unsigned char *data, unsigned int count)
if (m_rfTimeoutTimer.isRunning() && m_rfTimeoutTimer.hasExpired())
return;
m_network->write(data + 2U, count, data[0U] == TAG_EOT);
// m_network->write(data + 2U, count, data[0U] == TAG_EOT);
}
void CNXDNControl::scrambler(unsigned char* data) const