def __init__(self, secret, dictionary, server, port=1812, debug=False, stat_push=None):
self.dict = dictionary
self.secret = six.b(secret)
self.server = server
self.authport = port
self.debug = debug
self.stat_push = stat_push
reactor.listenUDP(0, self)
评论列表
文章目录