Versions in this module Expand all Collapse all v0 v0.0.2 Apr 19, 2024 v0.0.1 Mar 1, 2024 Changes in this version + type Address struct + DomainName string + NetworkType string + Port int + func NewAddressFromAddr(network string, addr string) (*Address, error) + func NewAddressFromHostPort(network string, host string, port int) *Address + func (a *Address) Network() string + func (a *Address) ReadFrom(r io.Reader) error + func (a *Address) ResolveIP() (net.IP, error) + func (a *Address) String() string + func (a *Address) WriteTo(w io.Writer) error + type AddressType byte + const DomainName + const IPv4 + const IPv6 + const MaxPacketSize + type PacketConn interface + ReadWithMetadata func([]byte) (int, *Address, error) + WriteWithMetadata func([]byte, *Address) (int, error)