mirror of
https://github.com/apache/nuttx.git
synced 2026-05-29 20:56:47 +08:00
TODO: Minor clarification.
This commit is contained in:
@@ -1493,13 +1493,13 @@ o Network (net/, drivers/net)
|
|||||||
Description: The MLD implementation does not follow the RFC correct when it is
|
Description: The MLD implementation does not follow the RFC correct when it is
|
||||||
the Querier. The Querier should use a general query and get
|
the Querier. The Querier should use a general query and get
|
||||||
query messages from all members of all groups. This would be
|
query messages from all members of all groups. This would be
|
||||||
driven by a single timer since all groups are queried at once.
|
driven by a single timer per network device since all groups on
|
||||||
Instead, the design currently uses a Multicast Address Specific
|
the sub-net are queried at once. Instead, the design currently
|
||||||
Query with one timer per group and ignores groups that we are
|
uses a Multicast Address Specific Query with one timer per group
|
||||||
not members of.
|
and ignores groups that we are not members of.
|
||||||
|
|
||||||
Similary, the MLDv1 compatibility timer should be a single,
|
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
|
Status: Open
|
||||||
Priority: Low. There are no customers of MLD as far as I know.
|
Priority: Low. There are no customers of MLD as far as I know.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user