mirror of https://github.com/vacp2p/wakurtosis.git
Comments
This commit is contained in:
parent
3232fc5904
commit
240ecd5bb7
|
@ -269,6 +269,7 @@ def main():
|
|||
# G_LOGGER.error('RPC Message failed to node_address')
|
||||
|
||||
# Compute the time to next message
|
||||
# NOTE: Shall we pack this into a function?
|
||||
if config['general']['inter_msg_type'] == 'poisson':
|
||||
next_time_to_msg = poisson_interval(config['general']['msg_rate'])
|
||||
elif config['general']['inter_msg_type'] == 'uniform':
|
||||
|
|
Loading…
Reference in New Issue