From abe9824e2cecbf89709be350a5874ce7e153e249 Mon Sep 17 00:00:00 2001 From: yangyongguang Date: Sat, 11 Jan 2025 21:46:42 +0800 Subject: [PATCH] expand tcp fd value --- src/probes/extends/ebpf.probe/src/tcpprobe/tcp_link.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/probes/extends/ebpf.probe/src/tcpprobe/tcp_link.h b/src/probes/extends/ebpf.probe/src/tcpprobe/tcp_link.h index 71533b00..1db1584f 100644 --- a/src/probes/extends/ebpf.probe/src/tcpprobe/tcp_link.h +++ b/src/probes/extends/ebpf.probe/src/tcpprobe/tcp_link.h @@ -70,7 +70,7 @@ struct { } tcp_output SEC(".maps"); #endif -#define __TCP_FD_MAX (50) +#define __TCP_FD_MAX (500) // Used to identifies the TCP pid and fd. // Temporary MAP. Data exists only in the startup phase. struct { -- Gitee