1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 09:48:11 +00:00
serenity/Userland/Libraries/LibC/netinet
Sergey Bugaev 78459b92d5 Kernel: Implement IP multicast support
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.
2021-05-05 21:16:17 +02:00
..
in.h Kernel: Implement IP multicast support 2021-05-05 21:16:17 +02:00
in_systm.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ip.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ip_icmp.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
tcp.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00