diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2019-11-17 16:58:02 +0100 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2019-11-17 16:58:02 +0100 |
commit | ea9626b60092f2d2c79431718c3ca8bc383429a6 (patch) | |
tree | f76a6dcf118fc3977eda1cbcf368018715ebe01c /tests/roof.yaml | |
parent | 23f22348c5281fff685c1fa89255e7e1e76266a4 (diff) | |
download | ufo-roof-temp-ea9626b60092f2d2c79431718c3ca8bc383429a6.tar.gz ufo-roof-temp-ea9626b60092f2d2c79431718c3ca8bc383429a6.tar.bz2 ufo-roof-temp-ea9626b60092f2d2c79431718c3ca8bc383429a6.tar.xz ufo-roof-temp-ea9626b60092f2d2c79431718c3ca8bc383429a6.zip |
Networking setup
Diffstat (limited to 'tests/roof.yaml')
-rw-r--r-- | tests/roof.yaml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/tests/roof.yaml b/tests/roof.yaml index a49d53b..2a24d08 100644 --- a/tests/roof.yaml +++ b/tests/roof.yaml @@ -2,16 +2,17 @@ network: protocol: udp port: 4000 streams: 16 -# header_size: 0 + header_size: 10 payload_size: 1280 # max_packet_size: 1284 dataset_size: 1024000 performance: - buffer_size: 2 + buffer_size: 10 +# drop_buffers: 0 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" +#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 |