Documentation ¶
Overview ¶
Package config is the configuration for the traceroute functionality
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // TODO: add common configuration // Destination Hostname DestHostname string // Destination Port number DestPort uint16 // Destination service name DestinationService string // Source service name SourceService string // Source container ID SourceContainerID string // Max number of hops to try MaxTTL uint8 // TODO: do we want to expose this? Timeout time.Duration // Protocol is the protocol to use // for traceroute, default is UDP Protocol payload.Protocol }
Config specifies the configuration of an instance of Traceroute
Click to show internal directories.
Click to hide internal directories.