Versions in this module Expand all Collapse all v1 v1.18.0 Aug 17, 2023 v1.17.0 Jun 30, 2023 v1.16.0 May 19, 2023 v1.15.1 Apr 16, 2023 v1.15.0 Apr 13, 2023 v1.14.0 Mar 18, 2023 v1.13.0 Jan 29, 2023 v1.12.0 Nov 25, 2022 v1.11.12 Nov 4, 2022 v1.11.8 Aug 26, 2022 v1.11.4 Jul 7, 2022 v1.11.0 Jun 19, 2022 v1.10.6 May 7, 2022 v1.10.0 Mar 19, 2022 v1.9.0 Jan 1, 2022 v1.8.0 Nov 8, 2021 v1.7.1 Sep 15, 2021 v1.7.0 Sep 7, 2021 v1.6.5 Jul 3, 2021 Changes in this version + const OptionData + const OptionError + const OptionNone + func NewV2rayObfs(conn net.Conn, option *Option) (net.Conn, error) + type Mux struct + func NewMux(conn net.Conn, option MuxOption) *Mux + func (m *Mux) Close() error + func (m *Mux) Read(b []byte) (int, error) + func (m *Mux) Write(b []byte) (int, error) + type MuxOption struct + Host string + ID [2]byte + Port uint16 + Type string + type Option struct + Headers map[string]string + Host string + Mux bool + Path string + Port string + SkipCertVerify bool + TLS bool + type SessionStatus = byte + const SessionStatusEnd + const SessionStatusKeep + const SessionStatusKeepAlive + const SessionStatusNew