enum Socks::Socks5::ConnectStatus
Defined in:
nghttp/transports/socks/socks.cr
Enum Members
-
ConnectionGranted =
0
-
GeneralFailure =
1
-
ConnectionNotAllowed =
2
-
NetworkUnreachable =
3
-
HostUnreachable =
4
-
ConnectionRefusedByDestinationHost =
5
-
TtlExpired =
6
-
ProtocolError =
7
-
AddressTypeNotSupported =
8
Instance Method Summary
Instance Method Detail
def
address_type_not_supported?
#
def
connection_granted?
#
def
connection_not_allowed?
#
def
connection_refused_by_destination_host?
#
def
network_unreachable?
#