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

Add two more specific error codes for path abandon frame #466

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Yanmei-Liu
Copy link
Contributor

To fix issue #414, according to the discussion during IETF 121.

@Yanmei-Liu Yanmei-Liu linked an issue Nov 11, 2024 that may be closed by this pull request
@@ -1384,6 +1384,22 @@ it cannot allocate sufficient resources to maintain it. This is due to
limitations in the transport layer's capacity. This error indicates that
resource constraints prevent the continuation of the path.

UNSTABLE_INTERFACE (TBD-11): The endpoint is abandoning the path because
of unstable interfaces. This error is used when endpoints find that
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be interfaces in singular?

UNSTABLE_INTERFACE (TBD-11): The endpoint is abandoning the path because
of unstable interfaces. This error is used when endpoints find that
the network interfaces are unstable due to weak signal or other possible situations.
Endpoints could also choose to use this error when detecting a black hole on the specific path.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think black hole can be replace by very high degrees of persistent packet loss, rather than using jargon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Abandon Frame needs Error Code definition
2 participants