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 6332f24  update conntrack
6332f24 is described below

commit 6332f241676b50acaa268eca8f8d10c7e40858e8
Author: mrproliu <[email protected]>
AuthorDate: Sat Dec 28 16:07:14 2024 +0800

    update conntrack
---
 pkg/tools/ip/conntrack.go | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/pkg/tools/ip/conntrack.go b/pkg/tools/ip/conntrack.go
index 8512822..6fc3855 100644
--- a/pkg/tools/ip/conntrack.go
+++ b/pkg/tools/ip/conntrack.go
@@ -138,11 +138,6 @@ func (c *ConnTrack) monitor0(ctx context.Context) (chan 
error, error) {
                        case <-ctx.Done():
                                return
                        case e := <-c.eventChain:
-                               log.Infof("----------conntrack: type: %s, 
origin: %s:%d->%s:%d, reply: %s:%d->%s:%d", e.Type,
-                                       e.Flow.TupleOrig.IP.SourceAddress, 
e.Flow.TupleOrig.Proto.SourcePort,
-                                       e.Flow.TupleOrig.IP.DestinationAddress, 
e.Flow.TupleOrig.Proto.DestinationPort,
-                                       e.Flow.TupleReply.IP.SourceAddress, 
e.Flow.TupleReply.Proto.SourcePort,
-                                       
e.Flow.TupleReply.IP.DestinationAddress, 
e.Flow.TupleReply.Proto.DestinationPort)
                                if e.Flow.TupleOrig.Proto.DestinationPort == 53 
{
                                        continue
                                }

Reply via email to