summaryrefslogtreecommitdiffstats
path: root/src/net.h
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-09-04 09:25:26 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-09-04 09:25:26 +0000
commit65cf0ef6387b1916d771c832447ccddfc028f66e (patch)
treed608fd551b336ab3718a75fb97fc73b67069dd15 /src/net.h
parentAdding upstream version 2.13.0. (diff)
downloaddnsperf-65cf0ef6387b1916d771c832447ccddfc028f66e.tar.xz
dnsperf-65cf0ef6387b1916d771c832447ccddfc028f66e.zip
Adding upstream version 2.13.1.upstream/2.13.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/net.h')
-rw-r--r--src/net.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net.h b/src/net.h
index 56de624..25b9251 100644
--- a/src/net.h
+++ b/src/net.h
@@ -28,8 +28,8 @@
#include <assert.h>
#include <stdbool.h>
-#define TCP_RECV_BUF_SIZE (16 * 1024)
-#define TCP_SEND_BUF_SIZE (4 * 1024)
+#define TCP_RECV_BUF_SIZE (65535 + 2)
+#define TCP_SEND_BUF_SIZE (65535 + 2)
struct perf_sockaddr {
union {