Documentation ¶
Index ¶
Constants ¶
View Source
const ( DefaultUdpIdleTimeout = 5 * time.Minute DefaultUdpCheckInterval = 30 * time.Second )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TCPIPPortAddr ¶
func (*TCPIPPortAddr) GetIP ¶
func (addr *TCPIPPortAddr) GetIP() net.IP
func (*TCPIPPortAddr) GetPort ¶
func (addr *TCPIPPortAddr) GetPort() int
func (*TCPIPPortAddr) GetProtocol ¶
func (addr *TCPIPPortAddr) GetProtocol() string
type UDPIPPortAddr ¶
func (*UDPIPPortAddr) GetIP ¶
func (addr *UDPIPPortAddr) GetIP() net.IP
func (*UDPIPPortAddr) GetPort ¶
func (addr *UDPIPPortAddr) GetPort() int
func (*UDPIPPortAddr) GetProtocol ¶
func (addr *UDPIPPortAddr) GetProtocol() string
Click to show internal directories.
Click to hide internal directories.