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 TCPSocket = tcp.TCPSocket v0.33.0 Aug 20, 2024 Changes in this version + func CreateTCPSocket(addressFamily network.IPAddressFamily) (result cm.Result[tcp.TCPSocket, tcp.TCPSocket, network.ErrorCode])