Method: Net::SSH::Connection::Channel#remote_maximum_packet_size

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

#remote_maximum_packet_sizeObject (readonly)

The maximum packet size that the remote host can receive.



76
77
78
# File 'lib/net/ssh/connection/channel.rb', line 76

def remote_maximum_packet_size
  @remote_maximum_packet_size
end