Commit f24eb226 authored by Antoine Millet's avatar Antoine Millet
Browse files

Removed unused class attribute LISTEN_BACKLOG

parent 88d91693
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -51,8 +51,6 @@ class CCServer(object):
    :param port: the port to bind
    '''

    LISTEN_BACKLOG = 50

    # These tags are reserved and cannot be setted by an user:
    RESERVED_TAGS = ('id', 'a', 'r', 'close', 'con', 'ip', 'p')