SshSettings.SetNoDelayForTunnelSockets Property
Namespace: Rebex.Net
Assembly: Rebex.SshShell.dll (version 7.0.9083)
SetNoDelayForTunnelSockets
Determines whether to enable TCP_NODELAY option on the underlying socket when a new SSH tunnel is created.
Declaration
public bool SetNoDelayForTunnelSockets { get; set; }
Property Value
Type | Description |
---|---|
Boolean | True to set enable TCP_NODELAY on underlying tunnel sockets; false to disable it. |