Method: Net::SSH::Connection::Channel#remote_window_size

Defined in:
lib/net/ssh/connection/channel.rb

#remote_window_sizeObject (readonly)

This is the remaining window size on the remote end of this channel. When this reaches zero, no more data can be sent.



88
89
90
# File 'lib/net/ssh/connection/channel.rb', line 88

def remote_window_size
  @remote_window_size
end