github.com/refraction-networking/utls.GREASEEncryptedClientHelloExtension.CandidateConfigIds (field)
4 uses
github.com/refraction-networking/utls (current package)
u_ech.go#L49: CandidateConfigIds []uint8
u_ech.go#L73: if len(g.CandidateConfigIds) == 0 {
u_ech.go#L83: rndIndex, err := rand.Int(rand.Reader, big.NewInt(int64(len(g.CandidateConfigIds))))
u_ech.go#L88: g.configId = g.CandidateConfigIds[rndIndex.Int64()]
![]() |
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. |