Skip to content
Snippets Groups Projects
Commit e9e04569 authored by Daniel Salzman's avatar Daniel Salzman
Browse files

udp-handerl: increase XDP_BATCHLEN to 32

parent f4d8d7c6
No related branches found
No related tags found
No related merge requests found
/* Copyright (C) 2018 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
/* Copyright (C) 2020 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
......@@ -27,7 +27,7 @@
#include "knot/server/dthreads.h"
#define RECVMMSG_BATCHLEN 10 /*!< Default recvmmsg() batch size. */
#define XDP_BATCHLEN RECVMMSG_BATCHLEN
#define XDP_BATCHLEN 32
/*!
* \brief UDP handler thread runnable.
......
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