Exemplo n.º 1
0
    def __init__(self):
        # {{{

        Splitter_ACS.__init__(self)
        sys.stdout.write(Color.yellow)
        print("Using LRS")
        sys.stdout.write(Color.none)

        # A circular array of messages (chunk_number, chunk) in
        # network endian
        self.buffer = [""]*self.BUFFER_SIZE
Exemplo n.º 2
0
    def __init__(self):
        # {{{

        Splitter_ACS.__init__(self)
        sys.stdout.write(Color.yellow)
        print("Using LRS")
        sys.stdout.write(Color.none)

        # A circular array of messages (chunk_number, chunk) in
        # network endian
        self.buffer = [""] * self.BUFFER_SIZE