The `github.com.elastic.beats.libbeat.common.TcpTuple` is a small component of the libbeat common library in the Go programming language (Golang). It represents a tuple consisting of the source IP address, source port, destination IP address, and destination port in a TCP connection. This component is helpful in identifying and tracking network connections within the libbeat ecosystem.
Golang TcpTuple - 19 examples found. These are the top rated real world Golang examples of github.com/elastic/beats/libbeat/common.TcpTuple extracted from open source projects. You can rate examples to help us improve the quality of examples.