From 566820ed0c05197de1b05797dcc8fe6bcc92ca16 Mon Sep 17 00:00:00 2001 From: Andrej Babic Date: Mon, 5 Jul 2021 14:49:31 +0200 Subject: [PATCH] Remove static buffer config This needs to be calculated based on the bit depth --- core-buffer/include/buffer_config.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/core-buffer/include/buffer_config.hpp b/core-buffer/include/buffer_config.hpp index f33e601..c6f64be 100644 --- a/core-buffer/include/buffer_config.hpp +++ b/core-buffer/include/buffer_config.hpp @@ -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.