mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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