pythentic.py 文件源码

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

项目:dmarc-tester 作者: usnistgov 项目源码 文件源码
def handle_accept(self):
    """Callback function from asyncore to handle a connection dispatching."""
    try:
      (conn, addr) = self.accept()
    except socket.error, e:
      logging.error('warning: server accept() threw an exception ("%s")',
                        str(e))
      return
    AsyncPpyMilterServer.ConnectionHandler(conn, addr, self.__milter_class, self.tp)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号