forked from I2P_Developers/i2p.i2p
-9
This commit is contained in:
@@ -950,6 +950,7 @@ public class Connection {
|
||||
buf.append(" acked: ").append(getAckedPackets());
|
||||
|
||||
buf.append(" maxWin ").append(getOptions().getMaxWindowSize());
|
||||
buf.append(" MTU ").append(getOptions().getMaxMessageSize());
|
||||
|
||||
buf.append("]");
|
||||
return buf.toString();
|
||||
|
Reference in New Issue
Block a user