Enum secret_handshake::ServerHandshakeFailureWithFilter [] [src]

pub enum ServerHandshakeFailureWithFilter {
    InvalidMsg1,
    InvalidMsg3,
    UnauthorizedClient,
}

Reason why a filtering server might reject the client although the handshake itself was executed without IO errors.

Variants

Received invalid msg1 from the client.

Received invalid msg3 from the client.

Filtered out the client based on its longterm public key.

Trait Implementations

impl Debug for ServerHandshakeFailureWithFilter
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for ServerHandshakeFailureWithFilter
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for ServerHandshakeFailureWithFilter
[src]

impl Copy for ServerHandshakeFailureWithFilter
[src]

impl Clone for ServerHandshakeFailureWithFilter
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more