Bump Peer response timeout from 2s to 3s

This commit is contained in:
catbref 2021-03-21 16:17:40 +00:00
parent 81c6d75d62
commit d9d4c4c302

View File

@ -46,7 +46,7 @@ public class Peer {
private static final int CONNECT_TIMEOUT = 2000; // ms
/** Maximum time to wait for a message reply to arrive from peer. (ms) */
private static final int RESPONSE_TIMEOUT = 2000; // ms
private static final int RESPONSE_TIMEOUT = 3000; // ms
/**
* Interval between PING messages to a peer. (ms)