pull/2/head
Tom Early 3 years ago
parent 42120f849f
commit 5d677fdd0e

@ -349,7 +349,7 @@ void CURFProtocol::HandlePeerLinks(void)
// send connect packet to re-initiate peer link // send connect packet to re-initiate peer link
EncodeConnectPacket(&buffer, it->second.GetModules().c_str()); EncodeConnectPacket(&buffer, it->second.GetModules().c_str());
Send(buffer, it->second.GetIp()); Send(buffer, it->second.GetIp());
std::cout << "Sent connect packet to URF peer " << cs << " @ " << it->second.GetIp() << " for modules " << it->second.GetModules() << " to port " << it->second.GetPort() << std::endl; std::cout << "Sent connect packet to URF peer " << cs << " @ " << it->second.GetIp() << " for modules " << it->second.GetModules() << std::endl;
#ifndef NO_DHT #ifndef NO_DHT
} }
} }

Loading…
Cancel
Save

Powered by TurnKey Linux.