Skip to content

Commit 0e7e76c

Browse files
committed
use correct request tag
1 parent 696ca05 commit 0e7e76c

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

dcc_client/dcc_client/P2PClient.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -869,7 +869,7 @@ void P2P::SenderThread()
869869
{"peerList", GeneratePeerList()},
870870
{"delugeHashes", delugeHashes},
871871
};
872-
msg = "peer~answer~" + infoCompilation.dump();
872+
msg = "peer~connect~" + infoCompilation.dump();
873873
mySendTo(localSocket, msg, msg.length(), 0, (sockaddr*)&otherAddr, otherSize);
874874
}
875875
// If doing disconnect request
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)