I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit cad0ab17 authored by zzz's avatar zzz
Browse files

SSU: Fix received msg count, broken in last checkin

parent 4250f78d
No related branches found
No related tags found
No related merge requests found
...@@ -792,6 +792,7 @@ class PeerState { ...@@ -792,6 +792,7 @@ class PeerState {
_receiveBytes += bytes; _receiveBytes += bytes;
//if (isForACK) //if (isForACK)
// _receiveACKBytes += bytes; // _receiveACKBytes += bytes;
_messagesReceived++;
} else { } else {
//if (true || _retransmissionPeriodStart + 1000 < _context.clock().now()) { //if (true || _retransmissionPeriodStart + 1000 < _context.clock().now()) {
_packetsReceivedDuplicate++; _packetsReceivedDuplicate++;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment