Skip to main content

Module surb_store

Module surb_store 

Source

Structsยง

MemorySurbStore
Basic SurbStore implementation based on an in-memory cache.
PoppedSurb
Represents a single SURB along with its ID popped from the SurbRingBuffer.
SurbRingBuffer
Ring buffer containing SURBs along with their IDs.
SurbStoreConfig
Configuration for the SURB cache.

Constantsยง

MINIMUM_OPENERS_PER_PSEUDONYM ๐Ÿ”’
MINIMUM_OPENER_LIFETIME ๐Ÿ”’
MINIMUM_OPENER_PSEUDONYMS ๐Ÿ”’
MINIMUM_SURBS_PER_PSEUDONYM ๐Ÿ”’
MINIMUM_SURB_LIFETIME ๐Ÿ”’
MIN_SURB_RB_CAPACITY ๐Ÿ”’

Functionsยง

default_distress_threshold ๐Ÿ”’
default_max_openers_per_pseudonym ๐Ÿ”’
default_max_pseudonyms ๐Ÿ”’
default_pseudonyms_lifetime ๐Ÿ”’
default_rb_capacity ๐Ÿ”’
default_reply_opener_lifetime ๐Ÿ”’
validate_pseudonyms_lifetime ๐Ÿ”’
validate_reply_opener_lifetime ๐Ÿ”’