ForwardingAbrtCode_ProxyBindAborted / [ForwardingLog_ProxyBindAborted]AbrtCode Enumeration
[C]
enum FlowSshC_ForwardingAbrtCode_ProxyBindAborted
{
FlowSshC_ForwardingAbrtCode_ProxyBindAborted_ConnectionEof = 0,
FlowSshC_ForwardingAbrtCode_ProxyBindAborted_ConnectionError = 1,
FlowSshC_ForwardingAbrtCode_ProxyBindAborted_AcceptTimeout = 2,
};
[C++/C#]
struct ForwardingLog_ProxyBindAborted
{
enum AbrtCode
{
ConnectionEof = 0,
ConnectionError = 1,
AcceptTimeout = 2,
};
};
Members
- ConnectionEof: Connection ended before a server-side channel open request was received.
- ConnectionError: Connection failed before a server-side channel open request was received.
- AcceptTimeout: Failed to receive server-side channel open request in a reasonable time.
Remarks
Specifies a reason why a BIND request received during proxy forwarding was aborted. Used with ForwardingLog events of subtype ForwardingLog_ProxyBindAborted.