forked from I2P_Developers/i2p.i2p
cleanup: remove no-op invocation
This commit is contained in:
@@ -115,7 +115,6 @@ class ConnectionPacketHandler {
|
|||||||
_log.warn("Inbound buffer exceeded on connection " + con + " ("
|
_log.warn("Inbound buffer exceeded on connection " + con + " ("
|
||||||
+ ready + "/"+ (ready+allowedBlocks) + "/" + available
|
+ ready + "/"+ (ready+allowedBlocks) + "/" + available
|
||||||
+ ": dropping " + packet);
|
+ ": dropping " + packet);
|
||||||
ack(con, packet.getAckThrough(), packet.getNacks(), null, false, choke);
|
|
||||||
con.getOptions().setChoke(61*1000);
|
con.getOptions().setChoke(61*1000);
|
||||||
packet.releasePayload();
|
packet.releasePayload();
|
||||||
con.ackImmediately();
|
con.ackImmediately();
|
||||||
|
Reference in New Issue
Block a user