Versions in this module Expand all Collapse all v4 v4.16.3 Aug 12, 2025 v4.16.2 Aug 12, 2025 Changes in this version + func InterfaceForSource(ip net.IP) (*net.Interface, error) + type Conn interface + SetReadBuffer func(int) error + SyscallConn func() (syscall.RawConn, error) + func NewMultiConn(address string, readOnly bool, ...) (Conn, error) + func NewSingleConn(intf *net.Interface, address string, ...) (Conn, error)