Beispiel #1
0
 def onRIOReceive(self, from_addr, protocol, msg):
     ServerNode.onRIOReceive(self, from_addr, protocol, msg)
     ClientNode.onRIOReceive(self, from_addr, protocol, msg)
     PaxosNode.onRIOReceive(self, from_addr, protocol, msg)