Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个实现异步模块的类,它充当连接到 HOST_A 的客户端。问题是我需要将从 HOST_A 接收到的数据传递给 HOST_B。所以我想知道 asyncore 是否可以创建到 HOST_A 和 HOST_B 的两个套接字连接。这可能吗?
每个套接字只能同时建立一个连接。但这并不意味着你不能做你想做的事,但是你需要 2 个套接字来进行 2 个连接。