github.com/refraction-networking/utls.ClientHelloID.Client (field)
10 uses
github.com/refraction-networking/utls (current package)
u_common.go#L141: Client string
u_common.go#L157: return fmt.Sprintf("%s-%s", p.Client, p.Version)
u_common.go#L161: return (p.Client == "") && (p.Version == "")
u_conn.go#L75: uconn.skipResumptionOnNilExtension = config.PreferSkipResumptionOnNilExtension || clientHelloID.Client != helloCustom
u_parrots.go#L2688: if id.Client == helloRandomized || id.Client == helloRandomizedALPN || id.Client == helloRandomizedNoALPN {
u_parrots.go#L2743: switch id.Client {
u_parrots.go#L2975: switch id.Client {
u_parrots.go#L2987: return p, fmt.Errorf("using non-randomized ClientHelloID %v to generate randomized spec", id.Client)
![]() |
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. |