crypto/tls.QUICEvent.Data (field)
8 uses
crypto/tls (current package)
quic.go#L108: Data []byte
quic.go#L188: if last := qs.nextEvent - 1; last >= 0 && len(qs.events[last].Data) > 0 {
quic.go#L191: qs.events[last].Data[0] = 0
quic.go#L331: Data: secret,
quic.go#L340: Data: secret,
quic.go#L356: last.Data = append(last.Data, data...)
quic.go#L362: Data: params,
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |