runtime: defer responding to peer queries until peer state received#135
Merged
runtime: defer responding to peer queries until peer state received#135
Conversation
d0b6d52 to
27e33d9
Compare
dylan-tailscale
approved these changes
Apr 24, 2026
Collaborator
dylan-tailscale
left a comment
There was a problem hiding this comment.
one question, lgtm!
27e33d9 to
5e5a4f6
Compare
Defer responding to peer queries until we've gotten at least one mapresponse that updates the peer state. Signed-off-by: Nathan Perry <nathan@tailscale.com> Change-Id: I4e509454aa2a7c3bc8e40312a8813db96a6a6964
5e5a4f6 to
0c63a06
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Defer responding to peer queries until we've gotten at least one mapresponse that updates the peer state. This is I think more inline with behavior someone would expect when calling
peer_by_name.