mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-16 12:06:55 +02:00
More trace output to debug control bus.
This commit is contained in:
parent
0c7f8e247c
commit
10fc164fcb
1 changed files with 3 additions and 1 deletions
|
@ -236,7 +236,9 @@ void NodeConfig::_CBcontrolPacketHandler(UdpSocket *sock,void *arg,const InetAdd
|
|||
for(std::vector< Buffer<ZT_NODECONFIG_MAX_PACKET_SIZE> >::iterator p(resultPackets.begin());p!=resultPackets.end();++p)
|
||||
sock->send(remoteAddr,p->data(),p->size(),-1);
|
||||
}
|
||||
} catch ( ... ) {}
|
||||
} catch ( ... ) {
|
||||
TRACE("exception handling control bus packet from %s",remoteAddr.toString.c_str());
|
||||
}
|
||||
}
|
||||
|
||||
} // namespace ZeroTier
|
||||
|
|
Loading…
Add table
Reference in a new issue