mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 10:14:28 +02:00
add debug to test hole punching
This commit is contained in:
parent
bd806241fd
commit
19e6f668d2
1 changed files with 1 additions and 0 deletions
|
@ -680,6 +680,7 @@ void NodeList::possiblyPingInactiveNodes() {
|
||||||
|
|
||||||
for(NodeList::iterator node = begin(); node != end(); node++) {
|
for(NodeList::iterator node = begin(); node != end(); node++) {
|
||||||
if (!node->getActiveSocket()) {
|
if (!node->getActiveSocket()) {
|
||||||
|
qDebug() << "Attempting to ping node" << *node << "\n";
|
||||||
// we don't have an active link to this node, ping it to set that up
|
// we don't have an active link to this node, ping it to set that up
|
||||||
pingPublicAndLocalSocketsForInactiveNode(&(*node));
|
pingPublicAndLocalSocketsForInactiveNode(&(*node));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue