type ConnectQueue struct { Listener *net.TCPListener // 链接 Ques *queue.Queue // 消息队列的主要链表 PChan *chan int // 限制最高连接数 Length int // 用于 ...
確定! 回上一頁