# Functions
InterfaceByName returns the local network interface specified by name.
Interfaces returns a slice containing the local network interfaces.
InterfacesByIP returns the local network interfaces that is using the specified IP address.
InterfacesByLoopback returns a list of loopback network interfaces.
NewAggregatedListener aggregate all input listeners into one to satisfy net.Listener interface.
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
# Interfaces
AggregatedListener is a listener aggregated by other listeners in order to satisfy net.Listener interface.
BalancedDialer.
Balancer resort the addresses coming from resolver and put the first priority address to the head.
BalancerBuilder build a new balancer instance.
A Resolver looks up names and numbers.
TCPListener represent a tcp listener.
UnixListener represent a unix listener.
# Type aliases
No description provided by the author
AddrSlice reprecents a list of ip addresses.
InterfaceSlice reprecents a list of net interfaces.