1
0
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:
Alex Forencich 2023-06-29 22:18:50 -07:00
parent f705646e3e
commit 9159425cd8
2 changed files with 2 additions and 2 deletions

View File

@ -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):

View File

@ -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):