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