(int foo)
| 417 | } |
| 418 | } |
| 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; } |
no outgoing calls
no test coverage detected