mirror of
https://github.com/corundum/corundum.git
synced 2025-01-16 08:12:53 +08:00
Use correct payload lengths
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
parent
f705646e3e
commit
9159425cd8
@ -136,7 +136,7 @@ def cycle_pause():
|
||||
|
||||
|
||||
def size_list():
|
||||
return list(range(1, 128)) + [512, 1514, 9214] + [60]*10
|
||||
return list(range(1, 128)) + [512, 1500, 9200] + [60-14]*10
|
||||
|
||||
|
||||
def incrementing_payload(length):
|
||||
|
@ -134,7 +134,7 @@ def cycle_pause():
|
||||
|
||||
|
||||
def size_list():
|
||||
return list(range(1, 128)) + [512, 1514, 9214] + [60]*10
|
||||
return list(range(1, 128)) + [512, 1500, 9200] + [60-14]*10
|
||||
|
||||
|
||||
def incrementing_payload(length):
|
||||
|
Loading…
x
Reference in New Issue
Block a user