mirror of
https://github.com/overte-org/overte.git
synced 2025-07-22 11:57:05 +02:00
move the symmetric ping packet
This commit is contained in:
parent
122fd61451
commit
78bc0979cc
1 changed files with 1 additions and 1 deletions
|
@ -618,7 +618,7 @@ void NodeList::pingPunchForInactiveNode(const SharedNodePointer& node) {
|
|||
|
||||
if (!node->getSymmetricSocket().isNull()) {
|
||||
auto symmetricPingPacket = constructPingPacket(PingType::Symmetric);
|
||||
sendPacket(symmetricPingPacket, node, node->getSymmetricSocket());
|
||||
sendPacket(std::move(symmetricPingPacket), node, node->getSymmetricSocket());
|
||||
}
|
||||
|
||||
node->incrementConnectionAttempts();
|
||||
|
|
Loading…
Reference in a new issue