auth_worker.py 文件源码

python
阅读 22 收藏 0 点赞 0 评论 0

项目:toughradius-benchmark 作者: toughmen 项目源码 文件源码
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)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号