self.messagesTillNow=[]# list of messages forwarded
self.uniqueReceivedMessages=[]#this is a list of messages in buffer which were not processed
self.uniqueReceivedMessages=defaultdict(list)#this is a list of messages in buffer which were not processed, expecting two list of 'BLOCK_PROPOSAL_MSG','PRIORITY_MSG'
defenqueMessage(self,message):
...
...
@@ -51,7 +51,7 @@ class Node(SystemEntity):
link.enqueMessage((time,params))
# any message going out is recorded as sent and will be checked for duplicates