crypto/tls.QUICEvent.Data (field)
8 uses
crypto/tls (current package)
quic.go#L139: Data []byte
quic.go#L232: if last := qs.nextEvent - 1; last >= 0 && len(qs.events[last].Data) > 0 {
quic.go#L235: qs.events[last].Data[0] = 0
quic.go#L419: Data: secret,
quic.go#L429: Data: secret,
quic.go#L445: last.Data = append(last.Data, data...)
quic.go#L472: Data: params,
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |