Versions in this module Expand all Collapse all v0 v0.0.1 May 23, 2023 Changes in this version + func IsMulticastCapable(network string, ifi *net.Interface) (net.IP, bool) + func MaxOpenFiles() int + func NewLocalListener(network string) (net.Listener, error) + func NewLocalPacketListener(network string) (net.PacketConn, error) + func ProtocolNotSupported(err error) bool + func RoutedInterface(network string, flags net.Flags) *net.Interface + func SupportsIPv4() bool + func SupportsIPv6() bool + func SupportsIPv6MulticastDeliveryOnLoopback() bool + func SupportsRawIPSocket() (string, bool) + func TestableNetwork(network string) bool