Documentation
¶
Overview ¶
Package socks handles SOCKS5 messages from the server
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Connection ¶
type Connection struct { Job jobs.Job In net.Conn Out net.Conn JobChan *chan jobs.Job // Channel to send jobs back to the server Count int // Counter to track the number of SOCKS messages sent // contains filtered or unexported fields }
Connection is a structure used to track new SOCKS client connections
Click to show internal directories.
Click to hide internal directories.