mirror of
https://github.com/golang/go
synced 2024-11-15 04:30:32 -07:00
cbd8f16adc
Add synchronous management of stored sessions to QUICConn. This adds QUICStoreSession and QUICResumeSession events, permitting a QUIC implementation to handle session resumption as part of its regular event loop processing. Fixes #63691 Change-Id: I9fe16207cc1986eac084869675bc36e227cbf3f0 Reviewed-on: https://go-review.googlesource.com/c/go/+/536935 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Marten Seemann <martenseemann@gmail.com> Reviewed-by: Roland Shoemaker <roland@golang.org>
9 lines
524 B
Plaintext
9 lines
524 B
Plaintext
pkg crypto/tls, const QUICResumeSession = 8 #63691
|
|
pkg crypto/tls, const QUICResumeSession QUICEventKind #63691
|
|
pkg crypto/tls, const QUICStoreSession = 9 #63691
|
|
pkg crypto/tls, const QUICStoreSession QUICEventKind #63691
|
|
pkg crypto/tls, method (*QUICConn) StoreSession(*SessionState) error #63691
|
|
pkg crypto/tls, type QUICConfig struct, EnableStoreSessionEvent bool #63691
|
|
pkg crypto/tls, type QUICEvent struct, SessionState *SessionState #63691
|
|
pkg crypto/tls, type QUICSessionTicketOptions struct, Extra [][]uint8 #63691
|