-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.yml
executable file
·17 lines (17 loc) · 1 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
N: 6 # minimum number of clients before running protocol
n: 6 # minimum number of relays before running protocol
l1: 3 # Number of planned mixers in a routing path
l2: 2 # Number of planned gatekeepers in a routing path
x: 25 # Server load (x = Ω(polylog λ)) i.e. the expected number of onions per intermediary hop
tau: 0.8 # (τ < (1 − γ)(1 − X)) Fraction of checkpoints needed to progress local clock
d: 2 # Threshold for number of bruises before an onion is discarded by a gatekeeper
delta: 1e-5 # The probability of differential privacy violation due to the adversary's actions.
chi: 1.0 # Fraction of corrupted relays (which perform no mixing)
dropAllOnionsFromClient: 1 # Client ID to drop all onions from
vis: true # Visualize the network
scrapeInterval: 15 # Prometheus scrape interval in seconds
prometheusPath: '/opt/homebrew/bin/prometheus'
bulletin_board:
host: 'localhost'
port: 8080
promPort: 8200 # where aggregated prometheus metrics are served from