Increase number of packets read at once to 128

This commit is contained in:
2021-01-15 18:18:54 +01:00
parent 0a3db103c5
commit e013c4a6f8
+1 -1
View File
@@ -28,7 +28,7 @@ namespace buffer_config {
const size_t BUFFER_BLOCK_SIZE = 100;
const size_t BUFFER_UDP_N_RECV_MSG = 64;
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.