mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 15:13:41 +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++) {
|
||||
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
|
||||
pingPublicAndLocalSocketsForInactiveNode(&(*node));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue