portallocator

package
v1.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 9, 2014 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	BeginPortRange = 49153
	EndPortRange   = 65535
)

Variables

View Source
var (
	ErrAllPortsAllocated = errors.New("all ports are allocated")
	ErrUnknownProtocol   = errors.New("unknown protocol")
)

Functions

func ReleaseAll

func ReleaseAll() error

func ReleasePort

func ReleasePort(ip net.IP, proto string, port int) error

func RequestPort

func RequestPort(ip net.IP, proto string, port int) (int, error)

Types

type ErrPortAlreadyAllocated

type ErrPortAlreadyAllocated struct {
	// contains filtered or unexported fields
}

func NewErrPortAlreadyAllocated added in v1.1.0

func NewErrPortAlreadyAllocated(ip string, port int) ErrPortAlreadyAllocated

func (ErrPortAlreadyAllocated) Error added in v1.1.0

func (e ErrPortAlreadyAllocated) Error() string

func (ErrPortAlreadyAllocated) IP added in v1.1.0

func (ErrPortAlreadyAllocated) IPPort added in v1.1.0

func (e ErrPortAlreadyAllocated) IPPort() string

func (ErrPortAlreadyAllocated) Port added in v1.1.0

func (e ErrPortAlreadyAllocated) Port() int

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL