MCPcopy Create free account
hub / github.com/TigerVNC/tigervnc / setLocalWindowSizeMax

Method setLocalWindowSizeMax

java/com/jcraft/jsch/Channel.java:419–419  ·  view source on GitHub ↗
(int foo)

Source from the content-addressed store, hash-verified

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; }

Callers 5

ChannelSftpMethod · 0.80
ChannelX11Method · 0.80
ChannelDirectTCPIPMethod · 0.80
ChannelForwardedTCPIPMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected