Versions in this module Expand all Collapse all v0 v0.2.4 Jul 9, 2024 v0.2.3 Jul 5, 2024 Changes in this version + const MaxPacketSize + var MethodList = []string + type Method struct + func NewMethod(ctx context.Context, methodName string, options C.MethodOptions) (*Method, error) + func (m *Method) DialConn(conn net.Conn, destination M.Socksaddr) (net.Conn, error) + func (m *Method) DialEarlyConn(conn net.Conn, destination M.Socksaddr) net.Conn + func (m *Method) DialPacketConn(conn net.Conn) N.NetPacketConn