You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2023/01/12 03:56:11 UTC

[GitHub] [nuttx] anchao commented on pull request #8084: net/mld: fix build break of mld router

anchao commented on PR #8084:
URL: https://github.com/apache/nuttx/pull/8084#issuecomment-1379779054

   > @anchao what is MLD router? I something to route Multicast Listener Discovery (MLD) packets? Please, add some documentation to it, the Kconfig also didn't help much to understand it. So a Documentation/ entry will help in this case.
   
   MLD router that run MLD on the same subnet can monitor MLD listener report messages (often called reports) from hosts. However, only one router can act as the MLD querier to send MLD query messages (often called queries). A querier election mechanism determines which router acts as the MLD querier on the subnet.
   
   ![image88](https://user-images.githubusercontent.com/758493/211971736-1b69cb07-fb03-4589-b93a-1d19a92ad61b.png)
   
   This feature is not working properly in fully times, let me updated the Kconfig manual first(#8093), if the issue is solved, we will update the document later


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org