From cf9976beac01301a07536e406fee10beac9c4fd2 Mon Sep 17 00:00:00 2001 From: Stefano Brivio Date: Tue, 5 Oct 2021 19:31:04 +0200 Subject: tcp: Increase TCP_TAP_FRAMES once more With an increased sending buffer size for the AF_UNIX socket, we can get slightly lower overhead. Signed-off-by: Stefano Brivio --- tcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tcp.c') diff --git a/tcp.c b/tcp.c index e4c7e39..2409b97 100644 --- a/tcp.c +++ b/tcp.c @@ -339,7 +339,7 @@ #define MAX_TAP_CONNS (128 * 1024) #define MAX_SPLICE_CONNS (128 * 1024) -#define TCP_TAP_FRAMES 32 +#define TCP_TAP_FRAMES 64 #define MAX_PIPE_SIZE (2 * 1024 * 1024) -- cgit v1.2.3