Documentation ¶
Overview ¶
Package common contains common structures and constants used for NpCollector
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Pathtest ¶
type Pathtest struct { Hostname string Port uint16 Protocol payload.Protocol SourceContainerID string Metadata PathtestMetadata }
Pathtest details of information necessary to run a traceroute (pathtrace)
type PathtestMetadata ¶
type PathtestMetadata struct { // ReverseDNSHostname is an optional hostname which will be used in place of rDNS querying for // the destination address. ReverseDNSHostname string }
PathtestMetadata contains metadata used to annotate the result of a traceroute. This data is not used by the traceroute itself.
Click to show internal directories.
Click to hide internal directories.