Documentation ¶
Index ¶
Constants ¶
View Source
const IP_LOCAL_PORT_HIGH = 60999
View Source
const IP_LOCAL_PORT_LOW = 32768
The default local port range for debian jessie
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PathReflectionAuth ¶
func CreatePathReflectionAuth ¶
func CreatePathReflectionAuth(servers map[string]string, clientIP net.IP) *PathReflectionAuth
func CreatePathReflectionAuthFromURL ¶
func CreatePathReflectionAuthFromURL(sp3Url string, clientIP net.IP) (*PathReflectionAuth, error)
func (*PathReflectionAuth) Authenticate ¶
func (p *PathReflectionAuth) Authenticate(done chan<- string) (sp3.AuthenticationMethod, []byte, error)
Click to show internal directories.
Click to hide internal directories.