Documentation
¶
Index ¶
- func CancelledOutgoing()
- func DeadlineBlownPacketsDropped()
- func FailedFetchPKIDocs(epoch string)
- func FailedPKICacheGeneration(epoch string)
- func FetchedPKIDocs(epoch string)
- func IgnoredPKIDocs()
- func Incoming(cmd commands.Command)
- func IngressQueue(size uint8)
- func Init()
- func InvalidPKICache(epoch string)
- func InvalidPacketsDropped()
- func KaetzchenPacketsDropped()
- func KaetzchenRequests()
- func KaetzchenRequestsDropped(dropCounter uint64)
- func KaetzchenRequestsFailed()
- func MixPacketsDropped()
- func MixQueueSize(size uint64)
- func Outgoing()
- func OutgoingPacketsDropped()
- func PKIDocs(epoch string)
- func PacketsDropped()
- func PacketsReplayed()
- func SetFetchedPKIDocsTimer()
- func SetKaetzchenRequestsTimer()
- func TimeFetchedPKIDocsDuration()
- func TimeKaetzchenRequestsDuration()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CancelledOutgoing ¶
func CancelledOutgoing()
CancelledOutgoing increments the counter for the number of cancelled outgoing requests
func DeadlineBlownPacketsDropped ¶
func DeadlineBlownPacketsDropped()
DeadlineBlownPacketsDropped increments the counter for the number of packets dropped due to excessive dwell.
func FailedFetchPKIDocs ¶
func FailedFetchPKIDocs(epoch string)
FailedFetchPKIDocs increments the counter for the number of times fetching a PKI doc failed per epoch
func FailedPKICacheGeneration ¶
func FailedPKICacheGeneration(epoch string)
FailedPKICacheGeneration increments the counter for the number of times generating a cached PKI doc failed
func FetchedPKIDocs ¶
func FetchedPKIDocs(epoch string)
FetchedPKIDocs increments the counter for the number of fetched PKI docs per epoch
func IgnoredPKIDocs ¶
func IgnoredPKIDocs()
IgnoredPKIDocs increments the counter for the number of ignored PKI docs
func IngressQueue ¶
func IngressQueue(size uint8)
IngressQueue observes the size of the ingress queue
func InvalidPKICache ¶
func InvalidPKICache(epoch string)
InvalidPKICache increments the counter for the number of invalid cached PKI docs per epoch
func InvalidPacketsDropped ¶
func InvalidPacketsDropped()
InvalidPacketsDropped increments the counter for the number of invalid packets dropped.
func KaetzchenPacketsDropped ¶
func KaetzchenPacketsDropped()
KaetzchenPacketsDropped increments the counter for the number of dropped Kaetzchen requests
func KaetzchenRequests ¶
func KaetzchenRequests()
KaetzchenRequests increments the counter for the number of kaetzchen requests
func KaetzchenRequestsDropped ¶
func KaetzchenRequestsDropped(dropCounter uint64)
KaetzchenRequestsDropped increments the counter for the number of dropped kaetzchen requests
func KaetzchenRequestsFailed ¶
func KaetzchenRequestsFailed()
KaetzchenRequestsFailed increments the counter for the number of failed kaetzchen requests
func MixPacketsDropped ¶
func MixPacketsDropped()
MixPacketsDropped increments the counter for the number of mix packets dropped
func OutgoingPacketsDropped ¶
func OutgoingPacketsDropped()
OutgoingPacketsDropped increments the counter for the number of packets dropped by outgoing worker
func PKIDocs ¶
func PKIDocs(epoch string)
PKIDocs increments the counter for the number of PKI docs per epoch
func PacketsDropped ¶
func PacketsDropped()
PacketsDropped increments the counter for the number of packets dropped
func PacketsReplayed ¶
func PacketsReplayed()
PacketsReplayed increments the counter for the number of replayed packets
func SetFetchedPKIDocsTimer ¶
func SetFetchedPKIDocsTimer()
SetFetchedPKIDocsTimer sets a timer for the fetchedPKIDocs variable
func SetKaetzchenRequestsTimer ¶
func SetKaetzchenRequestsTimer()
SetKaetzchenRequestsTimer sets the kaetzchen requests timer struct
func TimeFetchedPKIDocsDuration ¶
func TimeFetchedPKIDocsDuration()
TimeFetchedPKIFocsDuration times the duration of how long it takes to fetch a PKI Doc
func TimeKaetzchenRequestsDuration ¶
func TimeKaetzchenRequestsDuration()
TimeKaetzchenRequestsDuration times how long it takes for a ketzchen request to execute
Types ¶
This section is empty.