This commit is contained in:
zzz
2008-11-09 16:18:45 +00:00
parent 9ec45bbcf5
commit 5271838a14
4 changed files with 32 additions and 2 deletions

View File

@@ -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();