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 9862a80 update conntrack
9862a80 is described below
commit 9862a8069dc398b6b99520fc997d7b545d1302a8
Author: mrproliu <[email protected]>
AuthorDate: Sat Dec 28 13:23:11 2024 +0800
update conntrack
---
pkg/tools/ip/conntrack.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pkg/tools/ip/conntrack.go b/pkg/tools/ip/conntrack.go
index 0207b1c..20cc29f 100644
--- a/pkg/tools/ip/conntrack.go
+++ b/pkg/tools/ip/conntrack.go
@@ -44,7 +44,7 @@ func NewConnTrack() (*ConnTrack, error) {
evCh := make(chan conntrack.Event, 2048)
errCh, err := client.Listen(evCh, 4, []netfilter.NetlinkGroup{
- netfilter.GroupCTNew, netfilter.GroupCTUpdate,
+ netfilter.GroupCTNew, // watching for new conntrack
events
})
if err != nil {
log.Error(err)