This is an automated email from the ASF dual-hosted git repository.
liuhan pushed a commit to branch reduce-handle-connect-time
in repository https://gitbox.apache.org/repos/asf/skywalking-rover.git
The following commit(s) were added to refs/heads/reduce-handle-connect-time by
this push:
new c9a6edf update conntrack
c9a6edf is described below
commit c9a6edf77176a5e795a71142dbdd3bfee71e37cc
Author: mrproliu <[email protected]>
AuthorDate: Sat Dec 28 12:45:06 2024 +0800
update conntrack
---
pkg/tools/ip/conntrack.go | 1 +
1 file changed, 1 insertion(+)
diff --git a/pkg/tools/ip/conntrack.go b/pkg/tools/ip/conntrack.go
index 4fbfff3..4ea8c4f 100644
--- a/pkg/tools/ip/conntrack.go
+++ b/pkg/tools/ip/conntrack.go
@@ -50,6 +50,7 @@ func NewConnTrack() (*ConnTrack, error) {
log.Error(err)
}
+ client.SetReadBuffer(26214400) // 25MB
// Listen to Conntrack events from all network namespaces on
the system.
err = client.SetOption(netlink.ListenAllNSID, true)
if err != nil {