summaryrefslogtreecommitdiffstats
path: root/src/net.h
diff options
context:
space:
mode:
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 {