Method: Net::SSH::Connection::Channel#local_window_size
- Defined in:
- lib/net/ssh/connection/channel.rb
#local_window_size ⇒ Object (readonly)
This is the remaining window size on the local end of this channel. When this reaches zero, no more data can be received.
84 85 86 |
# File 'lib/net/ssh/connection/channel.rb', line 84 def local_window_size @local_window_size end |