github.com/refraction-networking/utls.GenericExtension.Data (field)
9 uses
github.com/refraction-networking/utls (current package)
u_conn.go#L536: Data: outerECHExt,
u_conn.go#L555: Data: outerECHExt,
u_tls_extensions.go#L873: Data []byte
u_tls_extensions.go#L881: return 4 + len(e.Data)
u_tls_extensions.go#L891: b[2] = byte(len(e.Data) >> 8)
u_tls_extensions.go#L892: b[3] = byte(len(e.Data))
u_tls_extensions.go#L893: if len(e.Data) > 0 {
u_tls_extensions.go#L894: copy(b[4:], e.Data)
u_tls_extensions.go#L914: e.Data = genericExtension.Data
![]() |
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. |