Files
sf_daq_buffer/std-udp-sync/include/sync_config.hpp
T

9 lines
226 B
C++

namespace sync_config
{
// Number of times we try to re-sync in case of failure.
const int SYNC_RETRY_LIMIT = 3;
// Number of pulses between each statistics print out.
const size_t SYNC_STATS_MODULO = 1000;
}