Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var HttpProxy = ""
View Source
var MAGIC_BYTES = []byte("croc")
View Source
var Socks5Proxy = ""
Functions ¶
This section is empty.
Types ¶
type Comm ¶
type Comm struct {
// contains filtered or unexported fields
}
Comm is some basic TCP communication
func NewConnection ¶
NewConnection gets a new comm to a tcp address
func (*Comm) Connection ¶
Connection returns the net.Conn connection
Click to show internal directories.
Click to hide internal directories.