Documentation
¶
Overview ¶
Package constants defines internal constants for the Katzenpost server.
Index ¶
Constants ¶
View Source
const ( // NumMixKeys is the number of mix keys to generate/publish. NumMixKeys = 3 // KeepAliveInterval is the TCP/IP KeepAlive interval. KeepAliveInterval = 3 * time.Minute // Namespace is the namespace for the prometheus metrics Namespace = "katzenpost" // These Subsystem constants are subsystem strings for prometheus metrics CryptoWorkerSubsystem = "crypto_worker" DecoySubsystem = "decoy" IncomingConnSubsystem = "incoming_conn" KaetzchenSubsystem = "kaetzchen" OutgoingConnSubsystem = "outgoing_conn" PKISubsystem = "pki" ProviderSubsystem = "provider" SchedulerSubsystem = "scheduler" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.