github.com/refraction-networking/utls.QUICEvent.Data (field)
12 uses
github.com/refraction-networking/utls (current package)
quic.go#L134: Data []byte
quic.go#L222: if last := qs.nextEvent - 1; last >= 0 && len(qs.events[last].Data) > 0 {
quic.go#L225: qs.events[last].Data[0] = 0
quic.go#L389: Data: secret,
quic.go#L398: Data: secret,
quic.go#L414: last.Data = append(last.Data, data...)
quic.go#L441: Data: params,
u_quic.go#L69: if last := qs.nextEvent - 1; last >= 0 && len(qs.events[last].Data) > 0 {
u_quic.go#L72: qs.events[last].Data[0] = 0
u_quic.go#L187: Data: secret,
u_quic.go#L196: Data: secret,
![]() |
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. |