MCPcopy
hub / github.com/cloudflare/cloudflared / flow3Tuple

Struct flow3Tuple

ingress/icmp_posix.go:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37type flow3Tuple struct {
38 srcIP netip.Addr
39 dstIP netip.Addr
40 originalEchoID int
41}
42
43// icmpEchoFlow implements the packet.Funnel interface.
44type icmpEchoFlow struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected