module documentation
The parent class for all the SSH Channels. Currently implemented channels are session, direct-tcp, and forwarded-tcp.
Maintainer: Paul Swartz
Class |
|
A class that represents a multiplexed channel over an SSH connection. The channel has a local window which is the maximum amount of data it will receive, and a remote which is the maximum amount of data the remote side will accept... |