Method: Net::SSH::Connection::Channel#remote_maximum_window_size

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

#remote_maximum_window_sizeObject (readonly)

The maximum amount of data that the remote end of this channel can receive. This is a total, not per-packet.



80
81
82
# File 'lib/net/ssh/connection/channel.rb', line 80

def remote_maximum_window_size
  @remote_maximum_window_size
end