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

ipn/ipnlocal: move handling of expired nodes to LocalBackend #6937

Merged
merged 1 commit into from
Jan 14, 2023

Commits on Jan 14, 2023

  1. ipn/ipnlocal: move handling of expired nodes to LocalBackend

    In order to be able to synthesize a new NetMap when a node expires, have
    LocalBackend start a timer when receiving a new NetMap that fires
    slightly after the next node expires. Additionally, move the logic that
    updates expired nodes into LocalBackend so it runs on every netmap
    (whether received from controlclient or self-triggered).
    
    Updates #6932
    
    Signed-off-by: Andrew Dunham <andrew@du.nham.ca>
    Change-Id: I833390e16ad188983eac29eb34cc7574f555f2f3
    andrew-d committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    431b06a View commit details
    Browse the repository at this point in the history