mirror of
https://github.com/i2p/i2p.i2p.git
synced 2024-12-06 19:27:00 +01:00
SSU: Restore sync dropped in cleanup
This commit is contained in:
@@ -718,7 +718,7 @@ public class PeerState {
|
||||
* We received the message specified completely.
|
||||
* @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) {
|
||||
_receiveBytes += bytes;
|
||||
_messagesReceived++;
|
||||
|
||||
Reference in New Issue
Block a user