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()]