Versions in this module Expand all Collapse all v0 v0.6.0 Jul 8, 2024 Changes in this version type SingleStream + Connection quic.Connection + func (s *SingleStream) GetPath() *pan.Path v0.5.0 Jan 5, 2022 Changes in this version + var SingleStreamProto = "qs" + func GenerateSelfSignedCert() (*tls.Certificate, error) + func MustGenerateSelfSignedCert() []tls.Certificate + type SingleStream struct + Session quic.Session + func NewSingleStream(session quic.Session) (*SingleStream, error) + func (s *SingleStream) Close() error + func (s *SingleStream) CloseRead() error + func (s *SingleStream) CloseSync(ctx context.Context) error + func (s *SingleStream) CloseWrite() error + func (s *SingleStream) LocalAddr() net.Addr + func (s *SingleStream) Read(p []byte) (int, error) + func (s *SingleStream) RemoteAddr() net.Addr + func (s *SingleStream) SetDeadline(t time.Time) error + func (s *SingleStream) SetReadDeadline(t time.Time) error + func (s *SingleStream) SetWriteDeadline(t time.Time) error + func (s *SingleStream) Write(p []byte) (int, error) + type SingleStreamListener struct + func (l SingleStreamListener) Accept() (net.Conn, error)