mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 08:04:01 +02:00
remove some extraneous domain-server check in debugging
This commit is contained in:
parent
38ad75fc9e
commit
56869a769d
1 changed files with 1 additions and 6 deletions
|
@ -582,12 +582,7 @@ void NodeList::sendDomainServerCheckIn() {
|
|||
packetStream << nodeTypeOfInterest;
|
||||
}
|
||||
|
||||
qDebug() << "sending DS check in size" << domainServerPacket.size() << "to" << _domainInfo.getSockAddr();
|
||||
qint64 code = writeDatagram(domainServerPacket, _domainInfo.getSockAddr(), _domainInfo.getConnectionSecret());
|
||||
qDebug() << "Code returned is" << code;
|
||||
if (code == -1) {
|
||||
qDebug() << "the socket error is" << _nodeSocket.errorString();
|
||||
}
|
||||
writeDatagram(domainServerPacket, _domainInfo.getSockAddr(), _domainInfo.getConnectionSecret());
|
||||
const int NUM_DOMAIN_SERVER_CHECKINS_PER_STUN_REQUEST = 5;
|
||||
static unsigned int numDomainCheckins = 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue