Fixup after prop, history, bump -3

This commit is contained in:
zzz
2015-11-27 21:10:10 +00:00
parent 9ce8fced02
commit b1668bbc11
3 changed files with 28 additions and 1 deletions

View File

@@ -294,6 +294,10 @@ class ConnectionHandler {
private static class PoisonPacket extends Packet {
public static final int POISON_MAX_DELAY_REQUEST = Packet.MAX_DELAY_REQUEST + 1;
public PoisonPacket() {
super(null);
}
@Override
public int getOptionalDelay() { return POISON_MAX_DELAY_REQUEST; }