(int foo)
| 419 | void setLocalWindowSizeMax(int foo){ this.lwsize_max=foo; } |
| 420 | void setLocalWindowSize(int foo){ this.lwsize=foo; } |
| 421 | void setLocalPacketSize(int foo){ this.lmpsize=foo; } |
| 422 | synchronized void setRemoteWindowSize(long foo){ this.rwsize=foo; } |
| 423 | synchronized void addRemoteWindowSize(long foo){ |
| 424 | this.rwsize+=foo; |
no outgoing calls
no test coverage detected