Documentation ¶
Overview ¶
Package anchor provides an API that allow switching the proxy info.
Index ¶
Constants ¶
View Source
const ( Version = 0x02 Port = 45947 MaxDeviceName = 128 MinQuerySize = 1 + 1 + 0 // 2 MaxQuerySize = 1 + 1 + 128 // 130 MinResponseSize = 1 + 2 + 1 + 0 + 2 // 6 MaxResponseSize = 1 + 2 + 1 + MaxDeviceName + 2 // 134 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Query ¶
func (Query) MarshalBinary ¶
type Response ¶
func (Response) MarshalBinary ¶
Directories ¶
Path | Synopsis |
---|---|
Package anchorservice implements a service that provides anchor protocol.
|
Package anchorservice implements a service that provides anchor protocol. |
cmd
|
|
Package dialers provides implementations for N.Dialer.
|
Package dialers provides implementations for N.Dialer. |
Package log implements custom log for logger.ContextLogger.
|
Package log implements custom log for logger.ContextLogger. |
Package tun2dialer provides Tun2Dialer to handle Tun.
|
Package tun2dialer provides Tun2Dialer to handle Tun. |
Click to show internal directories.
Click to hide internal directories.