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

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

SSU: Restore sync dropped in cleanup

parent ab04f920
No related branches found
No related tags found
No related merge requests found
...@@ -718,7 +718,7 @@ public class PeerState { ...@@ -718,7 +718,7 @@ public class PeerState {
* We received the message specified completely. * We received the message specified completely.
* @param bytes if less than or equal to zero, message is a duplicate. * @param bytes if less than or equal to zero, message is a duplicate.
*/ */
void messageFullyReceived(Long messageId, int bytes) { synchronized void messageFullyReceived(Long messageId, int bytes) {
if (bytes > 0) { if (bytes > 0) {
_receiveBytes += bytes; _receiveBytes += bytes;
_messagesReceived++; _messagesReceived++;
......
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