예제 #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)
예제 #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)
예제 #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)
예제 #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)
예제 #5
0
 def __init__(self):
     Invariant.__init__(self, "DirectRoute")
     self.exchanges = {}
예제 #6
0
 def __init__(self):
     Invariant.__init__(self, "NoTruncate")
예제 #7
0
파일: no_truncate.py 프로젝트: mcanini/nice
 def __init__(self):
     Invariant.__init__(self, "NoTruncate")
 def __init__(self):
     Invariant.__init__(self, "StrictDirectRoute")
예제 #9
0
 def __init__(self):
     Invariant.__init__(self, "NoDropMobile")
예제 #10
0
 def __init__(self):
     Invariant.__init__(self, "ReturnContinueStop")
예제 #11
0
 def __init__(self):
     Invariant.__init__(self, "NotMatchingOutputs")
예제 #12
0
 def __init__(self):
     Invariant.__init__(self, "ReturnContinueStop")
예제 #13
0
 def __init__(self):
     Invariant.__init__(self, "NoForgottenTcpPacketsAfterConfig")
예제 #14
0
 def __init__(self):
     Invariant.__init__(self, "EateRoute")
     self.packet_balance = 0
예제 #15
0
 def __init__(self):
     Invariant.__init__(self, "NoDropMobile")
예제 #16
0
 def __init__(self):
     Invariant.__init__(self, "NoForgottenTcpPacketsAfterConfig")
예제 #17
0
 def __init__(self):
     Invariant.__init__(self, "EateRoute")
     self.packet_balance = 0
예제 #18
0
 def __init__(self):
     Invariant.__init__(self, "NoLoop")
예제 #19
0
 def __init__(self):
     Invariant.__init__(self, "OneTCPFlowOneDestination")