From: Willem de Bruijn <willemdebruijn.ker...@gmail.com> Date: Fri, 21 Apr 2017 10:56:09 -0400
> Fanout uses a per net global namespace. A process that intends to create a > new fanout group can accidentally join an existing group. It is > not possible to detect this. > > Add a socket option to specify on the first call to > setsockopt(..., PACKET_FANOUT, ...) to ensure that a new group is created. > Also add tests. Series applied, thanks.