apply D_out to lurkers group

This commit is contained in:
Yusef Napora
2020-06-09 10:12:12 -04:00
parent f4169d63d2
commit e1bf52715d

View File

@@ -152,6 +152,7 @@ instances = { count = {{ N_NODES - N_PUBLISHER - N_ATTACK_NODES | int }} }
overlay_dhi = '{{ OVERLAY_DHI | default(-1) | int }}'
overlay_dscore = '{{ OVERLAY_DSCORE | default(-1) | int }}'
overlay_dlazy = '{{ OVERLAY_DLAZY | default(-1) | int }}'
overlay_dout = '{{ OVERLAY_DOUT | default(-1) | int }}'
gossip_factor = '{{ GOSSIP_FACTOR | default(0.25) | float }}'
opportunistic_graft_ticks = '{{ OPPORTUNISTIC_GRAFT_TICKS | default(60) | int }}'