comment
This commit is contained in:
parent
3cb7ba1c18
commit
e1ef269636
|
@ -13,6 +13,8 @@ class P2p:
|
|||
self.env = env
|
||||
self.config = config
|
||||
self.nodes = []
|
||||
# The followings are for an adversary.
|
||||
# TODO: Move these to a separate class `Adversary`.
|
||||
self.message_sizes = []
|
||||
self.senders_around_interval = defaultdict(int)
|
||||
|
||||
|
|
Loading…
Reference in New Issue