Versions in this module Expand all Collapse all v0 v0.35.0 Dec 20, 2024 v0.34.0 Oct 25, 2024 Changes in this version + type ErrorCode = network.ErrorCode + type IPAddressFamily = network.IPAddressFamily + type Network = network.Network + type UDPSocket = udp.UDPSocket v0.33.0 Aug 20, 2024 Changes in this version + func CreateUDPSocket(addressFamily network.IPAddressFamily) (result cm.Result[udp.UDPSocket, udp.UDPSocket, network.ErrorCode])