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.
我有一个设置为静态 IP 的 NIC,并且有一堆它应该监听的可选连接。我希望这可以监听是否插入了以太网电缆(以防有人在软件启动后插入一个而无需检查)。这甚至可能吗?如果是这样,怎么做?
除非软件明确绑定到特定地址(或地址集),否则它将接受所有地址上的连接,包括在发出监听请求时未激活的地址。所以你不应该做任何特别的事情,你要求的行为是默认的。