diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2020-03-08 16:23:41 +0100 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2020-03-08 16:23:41 +0100 |
commit | 7b2e6168b049be9e7852b2d364d897592eff69fc (patch) | |
tree | 65b043a0d0583d03a55db697e228fa30ffb3061c /tests/roof.yaml | |
parent | 0fa60586c49c2ba10f1e24c6533ebf4980372f2f (diff) | |
download | ufo-roof-temp-7b2e6168b049be9e7852b2d364d897592eff69fc.tar.gz ufo-roof-temp-7b2e6168b049be9e7852b2d364d897592eff69fc.tar.bz2 ufo-roof-temp-7b2e6168b049be9e7852b2d364d897592eff69fc.tar.xz ufo-roof-temp-7b2e6168b049be9e7852b2d364d897592eff69fc.zip |
Fix 64-bit ids, ROOF ids are big-endian, skip incomplete datasets at the end and if with specified latency, try to reconstruct from desynchronized streams (harmful, debugging only)
Diffstat (limited to 'tests/roof.yaml')
-rw-r--r-- | tests/roof.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/roof.yaml b/tests/roof.yaml index 0a0ce1d..c9754ec 100644 --- a/tests/roof.yaml +++ b/tests/roof.yaml @@ -26,6 +26,7 @@ network: performance: buffer_size: 10 # drop_buffers: 0 +# latency_buffers: 0 packets_at_once: 100 data: base_path: "/home/csa/roof2_data/test_data" |