socks5d ~master (2019-03-03T23:36:27Z)
Dub
Repo
Socks5OutgoingPacket
socks5d
packets
Undocumented in source.
mixin template
Socks5OutgoingPacket (
TPacketFieldsStruct
) {
mixin
Socks5Packet
;
void
send
(Connection conn);
}
Members
Functions
send
void
send
(Connection conn)
Undocumented in source. Be warned that the author may not have intended to support it.
Mixins
__anonymous
mixin
Socks5Packet
Undocumented in source.
Mixed In Members
From
mixin
Socks5Packet
connID
uint
connID
;
Undocumented in source.
Meta
Source
See Implementation
socks5d
packets
classes
AuthException
RequestException
SocksException
enums
AddressType
AuthMethod
AuthStatus
ReplyCode
RequestCmd
functions
printFields
mixin templates
Socks5IncomingPacket
Socks5OutgoingPacket
Socks5Packet
structs
RequestPacket
ResponsePacket
variables
isSocks5IncomingPacket
isSocks5OutgoingPacket