IncomingPacket

Undocumented in source.

Members

Functions

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

Inherited Members

From Socks5Packet

ver
ubyte[1] ver;
Undocumented in source.
getVersion
ubyte getVersion()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta