return an Err0RTTRejected when the server rejects a 0-RTT connection

This commit is contained in:
Marten Seemann 2021-03-04 18:14:25 +08:00
parent 97ab014479
commit f8313d868f
5 changed files with 174 additions and 4 deletions

View file

@ -215,6 +215,8 @@ type EarlySession interface {
// Data sent before completion of the handshake is encrypted with 1-RTT keys.
// Note that the client's identity hasn't been verified yet.
HandshakeComplete() context.Context
NextSession() Session
}
// Config contains all configuration data needed for a QUIC server or client.