You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use c-ares in my Python asynchronous mDNS library but I need the ability for the underlying DNS logic to join a multicast group. I wasn't familiar at all with this process but, at a minimum it requires setting the socket option IP_ADD_MEMBERSHIP with the desired multicast group for the listening socket.
I think the rest of the multicast specific functionality can be hacked in using the existing functions (e.g. setting the destination "server" to be the multicast address).
The text was updated successfully, but these errors were encountered:
I would like to use c-ares in my Python asynchronous mDNS library but I need the ability for the underlying DNS logic to join a multicast group. I wasn't familiar at all with this process but, at a minimum it requires setting the socket option IP_ADD_MEMBERSHIP with the desired multicast group for the listening socket.
I think the rest of the multicast specific functionality can be hacked in using the existing functions (e.g. setting the destination "server" to be the multicast address).
The text was updated successfully, but these errors were encountered: