Re: [patch]: Make ip4 mcast membership data structure similar to ip6

2016-12-22 Thread Dimitris Papastamos
On Tue, Dec 13, 2016 at 12:35:07PM +0100, Martin Pieuchot wrote: > Hello, > > On 10/12/16(Sat) 11:08, Dimitris Papastamos wrote: > > While I was playing around with the ip4 multicast code, I thought > > I would attempt to make the membership data structure similar to that > > of ip6. This means

Re: [patch]: Make ip4 mcast membership data structure similar to ip6

2016-12-13 Thread Martin Pieuchot
Hello, On 10/12/16(Sat) 11:08, Dimitris Papastamos wrote: > While I was playing around with the ip4 multicast code, I thought > I would attempt to make the membership data structure similar to that > of ip6. This means changing from a dynamic array to a linked list. I like this a lot.