Skip to main content

Module config

Module config 

Source

Structs§

Config
Configuration for a NETCONF session.
ConfigBuilder

Enums§

HostKeyVerification
Host key verification mode, mirroring OpenSSH’s StrictHostKeyChecking.

Constants§

DEFAULT_MAXIMUM_PACKET_SIZE
Default maximum SSH packet size (32 KB, the russh default).
DEFAULT_STREAM_BUFFER_CAPACITY
Default capacity of the internal channel used by Session::rpc_stream().
DEFAULT_WINDOW_SIZE
Default SSH flow-control window size (2 MB, the russh default).