|
@@ -29,9 +29,9 @@ def generate_manifest(N, M, T, B):
|
|
# The number of private messages each user can receive per epoch
|
|
# The number of private messages each user can receive per epoch
|
|
priv_in: 1
|
|
priv_in: 1
|
|
# The number of public messages each user can send per epoch
|
|
# The number of public messages each user can send per epoch
|
|
- pub_out: 2
|
|
|
|
|
|
+ pub_out: 1
|
|
# The number of public messages each user can receive per epoch
|
|
# The number of public messages each user can receive per epoch
|
|
- pub_in: 2
|
|
|
|
|
|
+ pub_in: 1
|
|
# Private or public routing protocol selection
|
|
# Private or public routing protocol selection
|
|
private_routing: False
|
|
private_routing: False
|
|
# A hardcoded master secret for generating keys to bootstrap
|
|
# A hardcoded master secret for generating keys to bootstrap
|