MCPcopy Create free account
hub / github.com/XTLS/REALITY / QUICEncryptionLevel

TypeAlias QUICEncryptionLevel

quic.go:15–15  ·  view source on GitHub ↗

QUICEncryptionLevel represents a QUIC encryption level used to transmit handshake messages.

Source from the content-addressed store, hash-verified

13// QUICEncryptionLevel represents a QUIC encryption level used to transmit
14// handshake messages.
15type QUICEncryptionLevel int
16
17const (
18 QUICEncryptionLevelInitial = QUICEncryptionLevel(iota)

Callers 1

quic.goFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected