Add another SOCKS command.

This commit is contained in:
Seth Hall 2012-06-21 02:07:30 -04:00
parent 6b8b4dab71
commit 3eb16e5738

View file

@ -2,8 +2,9 @@ module SOCKS;
export {
type RequestType: enum {
CONNECTION = 1,
PORT = 2,
CONNECTION = 1,
PORT = 2,
UDP_ASSOCIATE = 3,
};
const v5_authentication_methods: table[count] of string = {