crypto/tls.QUICEvent.Data (field)
8 uses
	crypto/tls (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,
|  | The pages are generated with Golds v0.7.6. (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. |