Versions in this module Expand all Collapse all v0 v0.2.0 Feb 9, 2020 Changes in this version + func NewConn(conn net.Conn, conf *yamux.Config) (orbit.Conn, error) + func NewConnWithCloser(conn net.Conn, conf *yamux.Config, cl closer.Closer) (orbit.Conn, error) + func NewListener(ln net.Listener, conf *yamux.Config) (orbit.Listener, error) + func NewListenerWithCloser(ln net.Listener, conf *yamux.Config, cl closer.Closer) (orbit.Listener, error) + func NewTCPConn(remoteAddr string, conf *yamux.Config) (orbit.Conn, error) + func NewTCPConnWithCloser(remoteAddr string, conf *yamux.Config, cl closer.Closer) (orbit.Conn, error) + func NewTCPListener(listenAddr string, conf *yamux.Config) (orbit.Listener, error) + func NewTCPListenerWithCloser(listenAddr string, conf *yamux.Config, cl closer.Closer) (orbit.Listener, error) + func NewTLSConn(remoteAddr string, tlsConf *tls.Config, conf *yamux.Config) (orbit.Conn, error) + func NewTLSConnWithCloser(remoteAddr string, tlsConf *tls.Config, conf *yamux.Config, cl closer.Closer) (orbit.Conn, error) + func NewTLSListener(listenAddr string, tlsConf *tls.Config, conf *yamux.Config) (orbit.Listener, error) + func NewTLSListenerWithCloser(listenAddr string, tlsConf *tls.Config, conf *yamux.Config, cl closer.Closer) (orbit.Listener, error)