Documentation ¶
Index ¶
Constants ¶
View Source
const ( // MessageIDLength is the length of a message ID in bytes. MessageIDLength = 16 // RoundTripTimeSlop is the slop added to the expected packet // round trip timeout threshold. Used for GC and for blocking // on reply in Session's BlockingSendUnreliableMessage method. RoundTripTimeSlop = 60 * time.Second // TimeSkewWarnDelta is the client connection time skew threshold // where clients print a warning log entry. TimeSkewWarnDelta = 2 * time.Minute // LoopService is the name of the Katzenpost loop service. LoopService = "loop" // GarbageCollectionInterval is the time interval between running our // SURB ID Map garbage collection routine. GarbageCollectionInterval = 10 * time.Minute // MaxEgressQueueSize is the maximum size of the egress queue. MaxEgressQueueSize = 40 )
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.