Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Send ML feature information with UpdateNodeInfo. #11913

Merged
merged 4 commits into from Dec 22, 2021

Commits on Dec 16, 2021

  1. Send ML feature information with UpdateNodeInfo.

    We achieve this by adding the `ml_{capable,enabled}` fields in
    `system_info`. When streaming, these fields allow a parent to understand if
    the child has ML and if it runs ML for itself.
    
    The UpdateNodeInfo includes this information about a child, plus a
    boolean that is set to true when the parent runs ML for the child.
    vkalintiris committed Dec 16, 2021
    Copy the full SHA
    764a4d2 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2021

  1. Copy the full SHA
    2bfc7d7 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2021

  1. Copy the full SHA
    d39a418 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2021

  1. Copy the full SHA
    e8d8c85 View commit details
    Browse the repository at this point in the history