All of lore.kernel.org
 help / color / mirror / Atom feed
* IGMP Unsolicited Report Interval too long for IGMPv3?
@ 2013-07-22 10:50 William Manley
  2013-07-22 20:17 ` David Miller
  0 siblings, 1 reply; 12+ messages in thread
From: William Manley @ 2013-07-22 10:50 UTC (permalink / raw)
  To: linux-kernel; +Cc: davem

If an IGMP join packet is lost you will not receive data sent to the 
multicast group so if no data arrives from that multicast group in a 
period of time after the IGMP join a second IGMP join will be sent.  The 
delay between joins is the "IGMP Unsolicited Report Interval".

In the kernel this seems to be hard coded to be chosen randomly between 
0-10s.  In our use-case (IPTV) this is too long as it can cause channel 
change to be slow in the presence of packet loss.

I would guess that this 10s has come from IGMPv2 RFC2236, which was 
reduced to 1s in IGMPv3 RFC3376.

There was a thread about this on linux-rdma in 2010 in the context of IP 
over Infiniband but it seems no patches got applied as a result of the 
discussion:

http://www.mail-archive.com/linux-rdma@vger.kernel.org/msg05740.html

Would the right patch reducing the unsolicited report interval for 
IGMPv3 be acceptable now?

Thanks

Will



^ permalink raw reply	[flat|nested] 12+ messages in thread
* IGMP Unsolicited Report Interval too long for IGMPv3?
@ 2013-07-22 20:43 William Manley
  2013-07-22 21:09 ` Ben Hutchings
  2013-07-22 21:18 ` Benjamin LaHaise
  0 siblings, 2 replies; 12+ messages in thread
From: William Manley @ 2013-07-22 20:43 UTC (permalink / raw)
  To: netdev

If an IGMP join packet is lost you will not receive data sent to the 
multicast group so if no data arrives from that multicast group in a 
period of time after the IGMP join a second IGMP join will be sent.  The 
delay between joins is the "IGMP Unsolicited Report Interval".

In the kernel this seems to be hard coded to be chosen randomly between 
0-10s.  In our use-case (IPTV) this is too long as it can cause channel 
change to be slow in the presence of packet loss.

I would guess that this 10s has come from IGMPv2 RFC2236, which was 
reduced to 1s in IGMPv3 RFC3376.

There was a thread about this on linux-rdma in 2010 in the context of IP 
over Infiniband but it seems no patches got applied as a result of the 
discussion:

http://www.mail-archive.com/linux-rdma@vger.kernel.org/msg05740.html

Would the right patch reducing the unsolicited report interval for 
IGMPv3 be acceptable now?

Thanks

Will

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2013-07-26 15:15 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-22 10:50 IGMP Unsolicited Report Interval too long for IGMPv3? William Manley
2013-07-22 20:17 ` David Miller
  -- strict thread matches above, loose matches on Subject: below --
2013-07-22 20:43 William Manley
2013-07-22 21:09 ` Ben Hutchings
2013-07-22 21:18 ` Benjamin LaHaise
2013-07-22 21:51   ` Hannes Frederic Sowa
2013-07-25 23:42     ` David Miller
2013-07-26 13:11       ` Benjamin LaHaise
2013-07-26 15:06         ` Hannes Frederic Sowa
2013-07-26 15:15           ` Benjamin LaHaise
2013-07-22 22:06   ` Lukas Tribus
2013-07-22 22:30     ` Hannes Frederic Sowa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.