mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-11 01:22:12 +02:00
An IP socket can now join a multicast group by using the IP_ADD_MEMBERSHIP sockopt, which will cause it to start receiving packets sent to the multicast address, even though this address does not belong to this host.