Net Types

Socks works with net types, they're predefined ids that makes both the server and client recognise the action that is related to that specific message.

Custom types can be created by developing them on the server side (check the net types sections). Also, you can disable any type you don't want to be used on the server (check server configuration section).

From now, the docs will describe the different available net types, with examples stated as 'In', which is the packet that the server should receive to recognise that type, and 'Out' as the output that the server will send to the client as response to the received input packet.

Last updated