Skip to content
Snippets Groups Projects
Commit 22fe8ca6 authored by Marek Vavruša's avatar Marek Vavruša
Browse files

udp: lower msg batchlen, less memory with double buffers now

parent a5d5836f
No related branches found
No related tags found
Loading
......@@ -36,7 +36,7 @@
#define DEFAULT_THR_COUNT 2 /*!< \brief Default thread count. */
#define TCP_BACKLOG_SIZE 10 /*!< \brief TCP listen backlog size. */
#define RECVMMSG_BATCHLEN 64 /*!< \brief Define for recvmmsg() batch size. */
#define RECVMMSG_BATCHLEN 10 /*!< \brief Define for recvmmsg() batch size. */
/* Workarounds for clock_gettime() not available on some platforms. */
#ifdef HAVE_CLOCK_GETTIME
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment