Home | History | Annotate | Download | only in modules

Lines Matching refs:coef

426                     coef = int(opt[2:])
427 if mss_hint is not None and mss_hint % coef == 0:
431 'MSS', coef*random.randint(1, maxmss//coef)))
443 coef = int(opt[2:])
444 if wscale_hint is not None and wscale_hint % coef == 0:
448 'WScale', coef*RandNum(min=1, max=(2**8-1)//coef)))
503 coef = int(pers[0][1:])
504 pkt.payload.window = coef * RandNum(min=1, max=(2**16-1)//coef)