diff --git a/TODO b/TODO index 187afda9bb2..5b130de1856 100644 --- a/TODO +++ b/TODO @@ -1493,13 +1493,13 @@ o Network (net/, drivers/net) Description: The MLD implementation does not follow the RFC correct when it is the Querier. The Querier should use a general query and get query messages from all members of all groups. This would be - driven by a single timer since all groups are queried at once. - Instead, the design currently uses a Multicast Address Specific - Query with one timer per group and ignores groups that we are - not members of. + driven by a single timer per network device since all groups on + the sub-net are queried at once. Instead, the design currently + uses a Multicast Address Specific Query with one timer per group + and ignores groups that we are not members of. Similary, the MLDv1 compatibility timer should be a single, - separate timer, not a per-group timer. + separate timer per network device, not a per-group timer. Status: Open Priority: Low. There are no customers of MLD as far as I know.