ae 58974a9f1d MFC r291579:
In the same way fix the problem described in r291578 for IGMPv3.

  In case when router has a lot of multicast groups, the reply can take
  several packets due to MTU limitation.
  Also we have a limit IGMP_MAX_RESPONSE_BURST == 4, that limits the number
  of packets we send in one shot. Then we recalculate the timer value and
  schedule the remaining packets for sending.
  The problem is that when we call igmp_v3_dispatch_general_query() to send
  remaining packets, we queue new reply in the same mbuf queue. And when
  number of packets is bigger than IGMP_MAX_RESPONSE_BURST, we get endless
  reply of IGMPv3 reports.
  To fix this, add the check for remaining packets in the queue.
2015-12-08 07:43:12 +00:00
..
2014-10-30 08:04:48 +00:00
2015-12-08 07:43:12 +00:00
2015-06-06 13:26:13 +00:00
2014-02-03 03:31:35 +00:00
2015-12-02 17:26:37 +00:00
2015-02-15 13:57:44 +00:00
2015-02-02 11:42:35 +00:00
2012-08-07 07:52:25 +00:00
2014-10-09 23:45:26 +00:00
2015-09-18 17:29:24 +00:00
2015-06-06 13:26:13 +00:00
2015-06-02 03:14:42 +00:00
2015-07-29 17:50:14 +00:00
2015-11-26 02:24:45 +00:00
2014-10-09 23:46:17 +00:00
2014-10-09 23:45:26 +00:00
2015-06-17 07:21:43 +00:00
2015-07-31 03:40:09 +00:00
2014-05-26 22:54:15 +00:00
2015-06-20 08:25:27 +00:00
2015-05-29 13:23:16 +00:00
2014-09-18 09:49:49 +00:00
2015-05-29 12:03:02 +00:00
2015-05-31 12:46:40 +00:00
2015-05-31 12:46:40 +00:00
2014-10-19 11:31:23 +00:00
2015-05-31 12:46:40 +00:00
2013-07-03 18:48:43 +00:00
2015-06-20 08:28:47 +00:00
2015-06-20 08:25:27 +00:00
2015-06-20 08:25:27 +00:00
2015-06-20 08:25:27 +00:00
2015-06-20 08:25:27 +00:00
2015-06-20 08:25:27 +00:00
2015-06-20 08:25:27 +00:00
2015-05-29 12:54:30 +00:00
2012-11-25 14:25:08 +00:00
2015-05-29 13:26:05 +00:00
2015-06-08 07:06:33 +00:00
2014-09-18 08:58:22 +00:00
2015-05-31 12:46:40 +00:00
2015-06-08 07:06:33 +00:00
2015-06-22 05:34:13 +00:00
2015-06-17 09:39:40 +00:00
2015-05-29 12:54:30 +00:00
2015-06-20 08:25:27 +00:00
2015-06-20 08:25:27 +00:00
2015-04-06 22:41:13 +00:00
2015-02-10 21:41:56 +00:00
2015-10-14 05:29:33 +00:00
2015-10-08 08:30:40 +00:00
2015-11-26 02:24:45 +00:00
2015-06-19 19:36:21 +00:00
2015-10-29 00:36:10 +00:00
2015-06-11 13:44:06 +00:00
2015-05-13 00:28:36 +00:00
2015-10-02 16:30:54 +00:00
2015-01-27 06:19:30 +00:00
2015-02-15 20:53:50 +00:00