Versions in this module Expand all Collapse all v0 v0.1.0 Sep 8, 2023 Changes in this version + const Kcp + const Quic + const Tcp + const Udp + var KcpMeta = ProtocolMeta + var QuicMeta = ProtocolMeta + var TcpMeta = ProtocolMeta + var UdpMeta = ProtocolMeta + func CheckProtocol(s string) bool + type ProtocolMeta struct + Communicate bool + Name string + Tunnel bool + func GetProtocolMeta(s string) (*ProtocolMeta, bool) + func ListCommunicateProtocols() []ProtocolMeta + func ListTunnelProtocols() []ProtocolMeta