Re: cleanup multicast rttimer queues

2022-04-28 Thread Claudio Jeker
On Thu, Apr 28, 2022 at 05:51:57PM +0200, Alexander Bluhm wrote: > On Wed, Apr 27, 2022 at 12:10:59PM +0200, Claudio Jeker wrote: > > There is no need to have a rttimer queue per rdomain. The rttimer itself > > is rdomain aware and so this just make everything more complicated for no > > gain. > >

Re: cleanup multicast rttimer queues

2022-04-28 Thread Alexander Bluhm
On Wed, Apr 27, 2022 at 12:10:59PM +0200, Claudio Jeker wrote: > There is no need to have a rttimer queue per rdomain. The rttimer itself > is rdomain aware and so this just make everything more complicated for no > gain. > > This diff just drops back to a single queue and initializes the queues

cleanup multicast rttimer queues

2022-04-27 Thread Claudio Jeker
There is no need to have a rttimer queue per rdomain. The rttimer itself is rdomain aware and so this just make everything more complicated for no gain. This diff just drops back to a single queue and initializes the queues in ip_init() and the IPv6 counterpart. I have no mrouter setup to test