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.
我在多播组上设置了一个侦听器
udpclient.JoinMulticastGroup(multicastaddress, localIpAddress); while(listeing) data = udpclient.receive(ref remoteep);
当同一个多播组中的其他成员离开时,我不会收到通知。我在 IGMP 协议下的wireshark 中看到了它。
当成员离开我的 c# 侦听器上的多播组时,如何通知我?
你不能。在 C 级别没有针对它的 API,因此无法在更高级别实现 API。