mirror of
https://github.com/ChronosX88/Influence-cjdns.git
synced 2024-11-09 17:31:01 +00:00
Updated contactmanager.cpp
This commit is contained in:
parent
18ad8c2dd4
commit
fd0a7c4da6
@ -3,8 +3,8 @@
|
|||||||
ContactManager::sendPing(QHostAddress ip)
|
ContactManager::sendPing(QHostAddress ip)
|
||||||
{
|
{
|
||||||
json ping;
|
json ping;
|
||||||
ping["peerID"] = QHostAddress::AnyIPv6.toString();
|
ping["peerID"] = QHostAddress::AnyIPv6;
|
||||||
ping["action"] = "ping";
|
ping["action"] = "ping";
|
||||||
QString str = ping.dump();
|
QString str = ping.dump();
|
||||||
send(str, ip);
|
Network::send(str, ip);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user