enum SOCKS::Frames::StatusFlag
Defined in:
socks/frames.crEnum Members
-
IndicatesSuccess =
0_u8
-
ConnectFailed =
1_u8
-
ConnectionNotAllowed =
2_u8
-
NetworkUnreachable =
3_u8
-
HostUnreachable =
4_u8
-
ConnectionDenied =
5_u8
-
TTLTimeOut =
6_u8
-
UnsupportedCommand =
7_u8
-
UnsupportedAddressType =
8_u8
-
Undefined =
9_u8
Instance Method Summary
- #connect_failed?
- #connection_denied?
- #connection_not_allowed?
- #host_unreachable?
- #indicates_success?
- #network_unreachable?
- #ttl_time_out?
- #undefined?
- #unsupported_address_type?
- #unsupported_command?