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

fix path maint down #230

Merged
merged 2 commits into from
Oct 5, 2020
Merged

fix path maint down #230

merged 2 commits into from
Oct 5, 2020

Commits on Oct 1, 2020

  1. remove Active mechanisms from gtp_path

    The same effect can be achived by setting {idle_,busy_}echo to off.
    RoadRunnr committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    171f861 View commit details
    Browse the repository at this point in the history
  2. rework traking of active GTP paths

    Only GTP paths with active contexts should be actively path monitored.
    
    A context is considered to be active when we have received a request
    for it or if a peer has responded to request for this context from us.
    A context is not (yet) active while we are trying to send an initial
    request to a remote peer.
    RoadRunnr committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    693691b View commit details
    Browse the repository at this point in the history