Add sync limit

This commit is contained in:
2020-06-08 17:28:03 +02:00
parent a721171f46
commit 08a4b891a6
2 changed files with 20 additions and 0 deletions
+2
View File
@@ -6,4 +6,6 @@ namespace stream_config
const size_t STREAM_RCVHWM = 100;
// Size of buffer between the receiving and sending part.
const int STREAM_FASTQUEUE_SLOTS = 5;
// If the modules are offset more than 1000 pulses, crush.
const uint64_t PULSE_OFFSET_LIMIT = 1000;
}