add code return debug to DS check in packet

This commit is contained in:
Stephen Birarda 2014-03-25 13:06:44 -07:00
parent 08ed708ee6
commit ce169dd87d

View file

@ -584,7 +584,7 @@ void NodeList::sendDomainServerCheckIn() {
}
qDebug() << "sending DS check in size" << domainServerPacket.size() << "to" << _domainInfo.getSockAddr();
writeDatagram(domainServerPacket, _domainInfo.getSockAddr(), _domainInfo.getConnectionSecret());
qDebug() << "Code returned is" << writeDatagram(domainServerPacket, _domainInfo.getSockAddr(), _domainInfo.getConnectionSecret());
const int NUM_DOMAIN_SERVER_CHECKINS_PER_STUN_REQUEST = 5;
static unsigned int numDomainCheckins = 0;