Remove static buffer config

This needs to be calculated based on the bit depth
This commit is contained in:
2021-07-05 14:49:31 +02:00
parent 7b8a065d8c
commit 566820ed0c
-1
View File
@@ -24,7 +24,6 @@ namespace buffer_config {
const size_t BUFFER_BLOCK_SIZE = 100;
const size_t BUFFER_UDP_N_RECV_MSG = 128;
// Size of UDP recv buffer
const int BUFFER_UDP_RCVBUF_N_SLOTS = 100;
// 8246 bytes for each UDP packet.