riemann.py 文件源码

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

项目:duct 作者: ducted 项目源码 文件源码
def createClient(self):
        """Create a UDP connection to Riemann"""
        server = self.config.get('server', '127.0.0.1')
        port = self.config.get('port', 5555)

        def connect(ip):
            """Connect to the IP address
            """
            self.protocol = riemann.RiemannUDP(ip, port)
            self.endpoint = reactor.listenUDP(0, self.protocol)

        de = reactor.resolve(server)
        de.addCallback(connect)
        return de
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号