Documentation
¶
Index ¶
- type YggdrasilTransport
- func (t *YggdrasilTransport) Accept() (net.Conn, error)
- func (t *YggdrasilTransport) Addr() net.Addr
- func (t *YggdrasilTransport) Close() error
- func (t *YggdrasilTransport) Dial(network, host string) (net.Conn, error)
- func (t *YggdrasilTransport) DialContext(ctx context.Context, network, host string) (net.Conn, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type YggdrasilTransport ¶
type YggdrasilTransport struct {
// contains filtered or unexported fields
}
func New ¶
func New(ygg *core.Core, cert tls.Certificate, qc *quic.Config) (*YggdrasilTransport, error)
func (*YggdrasilTransport) Addr ¶
func (t *YggdrasilTransport) Addr() net.Addr
func (*YggdrasilTransport) Close ¶
func (t *YggdrasilTransport) Close() error
func (*YggdrasilTransport) Dial ¶
func (t *YggdrasilTransport) Dial(network, host string) (net.Conn, error)
func (*YggdrasilTransport) DialContext ¶
Click to show internal directories.
Click to hide internal directories.