socks5d v0.0.2 (2017-08-07T18:08:38Z)
Dub
Repo
Socks5Packet
socks5d
packets
Undocumented in source.
abstract
class
Socks5Packet {
ubyte
[
1
]
ver
;
ubyte
getVersion
();
}
Members
Functions
getVersion
ubyte
getVersion
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
ver
ubyte
[
1
]
ver
;
Undocumented in source.
Meta
Source
See Implementation
socks5d
packets
classes
AuthPacket
AuthStatusPacket
IncomingPacket
MethodIdentificationPacket
MethodSelectionPacket
OutgoingPacket
RequestException
RequestPacket
ResponsePacket
Socks5Packet
SocksException
enums
AddressType
AuthMethod
ReplyCode
RequestCmd
functions
printFields