Method: Net::SSH::Connection::Channel#local_maximum_window_size
- Defined in:
- lib/net/ssh/connection/channel.rb
#local_maximum_window_size ⇒ Object (readonly)
The maximum amount of data that the local end of this channel can receive. This is a total, not per-packet.
73 74 75 |
# File 'lib/net/ssh/connection/channel.rb', line 73 def local_maximum_window_size @local_maximum_window_size end |