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

Method setRemoteWindowSize

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

Source from the content-addressed store, hash-verified

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;
425 if(notifyme>0)

Callers 3

getDataMethod · 0.95
runMethod · 0.95
getDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected