gvisor/test
Chris Kuiper 8972e47a2e Support reception of multicast data on more than one socket
This requires two changes:
1) Support for more than one socket to join a given multicast group.

2) Duplicate delivery of incoming multicast packets to all sockets listening
for it.

In addition, I tweaked the code (and added a test) to disallow duplicates
IP_ADD_MEMBERSHIP calls for the same group and NIC. This is how Linux does
it.

PiperOrigin-RevId: 246437315
Change-Id: Icad8300b4a8c3f501d9b4cd283bd3beabef88b72
2019-05-02 19:41:00 -07:00
..
syscalls Support reception of multicast data on more than one socket 2019-05-02 19:41:00 -07:00
util Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
BUILD Use toolchain configs from bazel_0.23.0 2019-03-26 15:10:49 -07:00