Documentation ¶
Overview ¶
Package testingsock5 is a netem-aware fork of https://github.com/armon/go-socks5.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server accepts connections and implements the SOCSK5 protocol.
The zero value is invalid; please, use [NewServer].
func MustNewServer ¶
MustNewServer creates a new Server instance.
Click to show internal directories.
Click to hide internal directories.