Documentation
¶
Index ¶
Constants ¶
View Source
const ( LARVAL = channelType(iota) OPEN )
Variables ¶
This section is empty.
Functions ¶
func ClientMain ¶
func ClientMain() int
func ListenUDPReuse ¶
func ListenUDPWithAutoMulticast ¶
ListenUDPWithAutoMulticast listens on udpAddr. If udpAddr.IP is multicast, it binds to the wildcard address on the same family+port and joins the multicast group. Otherwise it just listens normally.
If ifaceName is non-empty, it will join only on that interface. Otherwise it tries all "up" multicast-capable interfaces (excluding loopback).
func ServerMain ¶
func ServerMain() int
Types ¶
type FlagValue ¶
type FlagValue struct {
client_config.CLIOptionParser
// contains filtered or unexported fields
}
func NewFlagValue ¶
func NewFlagValue(optionName client_config.OptionName, parser client_config.CLIOptionParser) *FlagValue
func (*FlagValue) IsBoolFlag ¶
Click to show internal directories.
Click to hide internal directories.