diff options
Diffstat (limited to 'tests/roof.json')
-rw-r--r-- | tests/roof.json | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/tests/roof.json b/tests/roof.json index 0dcd1e7..784fb6d 100644 --- a/tests/roof.json +++ b/tests/roof.json @@ -3,17 +3,14 @@ "protocol": "udp", "port": 4000, "streams": 16, + "header_size": 10, "payload_size": 1280, "dataset_size": 1024000 }, "performance": { - "buffer_size": 2, + "buffer_size": 10, "packets_at_once": 100 }, - "simulation": { - "first_file_number": 1, - "path": "/mnt/fast/ROOF2/roof2-data.pumpe256/meas/data_pumpe_dyn_192.168.100_%02u.dat" - }, "setup": { "planes": 2, "modules": 16, |