mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-21 05:24:23 +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;
|
int packetLength = endOfQueryPacket - queryPacket;
|
||||||
|
|
||||||
// make sure we still have an active socket
|
// 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