ansyun / dpdk-ans

ANS(Accelerated Network Stack) on DPDK, DPDK native TCP/IP stack.
https://ansyun.com
BSD 3-Clause "New" or "Revised" License
1.15k stars 322 forks source link

Unable to subscribe multicast #98

Closed ahmednazir85 closed 5 years ago

ahmednazir85 commented 5 years ago

I'm trying to subscribe for multicast using anssock_setsockopt(fd, IPPROTO_IP, IP_ADD_MEMBERSHIP, (char*) &mreq, sizeof(mreq)) basically, i'm tying to port this example ( https://gist.github.com/hostilefork/f7cae3dc33e7416f2dd25a402857b6c6 ) to dpdk-ans. But failed to do so. Do DPDK support multicast receiving and sending.

Thanks

bluenet13 commented 5 years ago

Don't support multicast.