mirror of
https://github.com/overte-org/overte.git
synced 2025-04-13 17:32:11 +02:00
add support for sending unverified datagrams to nodes
This commit is contained in:
parent
334f688e4e
commit
c2bcb32804
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@ void OctreeHeadlessViewer::queryOctree() {
|
|||
int packetLength = endOfQueryPacket - queryPacket;
|
||||
|
||||
// make sure we still have an active socket
|
||||
nodeList->writeDatagram(reinterpret_cast<const char*>(queryPacket), packetLength, node);
|
||||
nodeList->writeUnverifiedDatagram(reinterpret_cast<const char*>(queryPacket), packetLength, node);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue