Versions in this module Expand all Collapse all v0 v0.1.0 Nov 19, 2023 Changes in this version + const QUICEncryptionLevelApplication + const QUICEncryptionLevelEarly + const QUICEncryptionLevelHandshake + const QUICEncryptionLevelInitial + const QUICHandshakeDone + const QUICNoEvent + const QUICRejectedEarlyData + const QUICSetReadSecret + const QUICSetWriteSecret + const QUICTransportParameters + const QUICTransportParametersRequired + const QUICWriteData + func FromTLSEncryptionLevel(e tls.QUICEncryptionLevel) protocol.EncryptionLevel + func SendSessionTicket(c *QUICConn, allow0RTT bool) error + func SetCipherSuite(id uint16) (reset func()) + func SetupConfigForClient(qconf *QUICConfig, getData func() []byte, setData func([]byte) bool) + func SetupConfigForServer(qconf *QUICConfig, _ bool, getData func() []byte, ...) + func ToTLSEncryptionLevel(e protocol.EncryptionLevel) tls.QUICEncryptionLevel + type AlertError = tls.AlertError + type QUICConfig = tls.QUICConfig + type QUICConn = tls.QUICConn + func QUICClient(config *QUICConfig) *QUICConn + func QUICServer(config *QUICConfig) *QUICConn + type QUICEncryptionLevel = tls.QUICEncryptionLevel + type QUICEvent = tls.QUICEvent + type QUICEventKind = tls.QUICEventKind + type QUICSessionTicketOptions = tls.QUICSessionTicketOptions