Ejemplo n.º 1
0
    def __init__(self, packet_type=None):
        self.packet_type = packet_type
        name = "NoForgottenPackets"
        if packet_type is not None:
            name += " %s" % packet_type

        Invariant.__init__(self, name)
Ejemplo n.º 2
0
    def __init__(self, packet_type=None):
        self.packet_type = packet_type
        name = "NoForgottenPackets"
        if packet_type is not None:
            name += " %s" % packet_type

        Invariant.__init__(self, name)
Ejemplo n.º 3
0
    def __init__(self, packet_type=None):
        self.packet_store = {}
        self.packet_type = packet_type
        name = "NoDrop"
        if packet_type:
            name += " %s" % packet_type

        Invariant.__init__(self, name)
Ejemplo n.º 4
0
    def __init__(self, packet_type=None):
        self.packet_store = {}
        self.packet_type = packet_type
        name = "NoDrop"
        if packet_type:
            name += " %s" % packet_type

        Invariant.__init__(self, name)
Ejemplo n.º 5
0
 def __init__(self):
     Invariant.__init__(self, "DirectRoute")
     self.exchanges = {}
Ejemplo n.º 6
0
 def __init__(self):
     Invariant.__init__(self, "NoTruncate")
Ejemplo n.º 7
0
 def __init__(self):
     Invariant.__init__(self, "NoTruncate")
Ejemplo n.º 8
0
 def __init__(self):
     Invariant.__init__(self, "StrictDirectRoute")
Ejemplo n.º 9
0
 def __init__(self):
     Invariant.__init__(self, "NoDropMobile")
Ejemplo n.º 10
0
 def __init__(self):
     Invariant.__init__(self, "ReturnContinueStop")
Ejemplo n.º 11
0
 def __init__(self):
     Invariant.__init__(self, "NotMatchingOutputs")
Ejemplo n.º 12
0
 def __init__(self):
     Invariant.__init__(self, "ReturnContinueStop")
Ejemplo n.º 13
0
 def __init__(self):
     Invariant.__init__(self, "NoForgottenTcpPacketsAfterConfig")
Ejemplo n.º 14
0
 def __init__(self):
     Invariant.__init__(self, "EateRoute")
     self.packet_balance = 0
Ejemplo n.º 15
0
 def __init__(self):
     Invariant.__init__(self, "NoDropMobile")
Ejemplo n.º 16
0
 def __init__(self):
     Invariant.__init__(self, "NoForgottenTcpPacketsAfterConfig")
Ejemplo n.º 17
0
 def __init__(self):
     Invariant.__init__(self, "EateRoute")
     self.packet_balance = 0
Ejemplo n.º 18
0
 def __init__(self):
     Invariant.__init__(self, "NoLoop")
Ejemplo n.º 19
0
 def __init__(self):
     Invariant.__init__(self, "OneTCPFlowOneDestination")