mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-05 11:44:11 +02:00
Forgot to add bytes per packet in equation
This commit is contained in:
@@ -31,7 +31,7 @@ namespace core_buffer {
|
||||
const int BUFFER_UDP_RCVBUF_N_SLOTS = 100;
|
||||
// +1 for packet headers.
|
||||
const int BUFFER_UDP_RCVBUF_BYTES =
|
||||
(128 * BUFFER_UDP_RCVBUF_N_SLOTS);
|
||||
(128 * 8246 * BUFFER_UDP_RCVBUF_N_SLOTS);
|
||||
// Microseconds timeout for UDP recv.
|
||||
const int BUFFER_UDP_US_TIMEOUT = 2 * 1000;
|
||||
// HWM for live stream from buffer.
|
||||
|
||||
Reference in New Issue
Block a user