Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ListenNoFallback ¶
ListenNoFallback is like Listen, but returns an error instead of falling back
func ListenPacket ¶
func ListenPacket(network, addr string) (net.PacketConn, error)
ListenPacket returns a PacketConn passed by systemd or falls back to net.ListenPacket
func ListenPacketNoFallback ¶
func ListenPacketNoFallback(network, addr string) (net.PacketConn, error)
ListenPacketNoFallback is to ListenPacket what ListenNoFallback is to Listen
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.