Receiving multiple multicast feeds on the same port - C, Linux

前端 未结 8 1128
予麋鹿
予麋鹿 2020-11-29 04:59

I have an application that is receiving data from multiple multicast sources on the same port. I am able to receive the data. However, I am trying to account for statistics

8条回答
  •  攒了一身酷
    2020-11-29 05:39

    The Multicast address will be the receiver's address not sender's address in the packet. Look at the receiver's IP address.

提交回复
热议问题