Versions in this module Expand all Collapse all v0 v0.10.0 Apr 8, 2014 Changes in this version + const BeginPortRange + const EndPortRange + var ErrAllPortsAllocated = errors.New("all ports are allocated") + var ErrPortAlreadyAllocated = errors.New("port has already been allocated") + var ErrUnknownProtocol = errors.New("unknown protocol") + func ReleaseAll() error + func ReleasePort(ip net.IP, proto string, port int) error + func RequestPort(ip net.IP, proto string, port int) (int, error)