Socks5IncomingPacket

Undocumented in source.

Members

Functions

getVersion
ubyte getVersion()
Undocumented in source. Be warned that the author may not have intended to support it.
receiveBuffer
void receiveBuffer(Connection conn, ubyte[1] len, ubyte[] buf)
Undocumented in source. Be warned that the author may not have intended to support it.
receiveVersion
void receiveVersion(Connection conn, ubyte requiredVersion)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin Socks5Packet
Undocumented in source.

Variables

ver
ubyte[1] ver;
Undocumented in source.

Mixed In Members

From mixin Socks5Packet

connID
uint connID;
Undocumented in source.

Meta