How to join source specific multicast group in C# (IGMPv3)

前端 未结 2 1578
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-18 15:19

We have a C# application that can join and receives data from a multicast group. This works well. We now want to support IGMPv3 and be able to specify the IP of the source w

2条回答
  •  暖寄归人
    2020-12-18 15:47

    The link states SocketOptionName.AddSourceMembership, you are using AddMembership.

提交回复
热议问题