Add Roller: Dialer that cycles thru ClientHellos

This commit is contained in:
Sergey Frolov 2018-07-28 18:37:20 -04:00 committed by sergeyfrolov
parent 4c28dcf6db
commit db1b65d230
3 changed files with 169 additions and 3 deletions

View file

@ -177,7 +177,7 @@ func utlsIdToSpec(id ClientHelloID) (ClientHelloSpec, error) {
func (uconn *UConn) applyPresetByID(id ClientHelloID) (err error) {
var spec ClientHelloSpec
// choose/generate the spec
switch uconn.clientHelloID {
switch id {
case HelloRandomized:
if tossBiasedCoin(0.5) {
return uconn.applyPresetByID(HelloRandomizedALPN)