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

Optimize link selection metadata #1549

Merged
merged 1 commit into from
Oct 18, 2024
Merged

Conversation

fuzzypixelz
Copy link
Member

This reduces the size of metadata fields used in link selection as they can substantially increase the size of HELLO messages.

The abbreviations "rel" and "prio" are used for "priorities" and "reliability" respectively. Furthermore, the numbers 0 and 1 are used to denote "best_effort" and "reliable" reliabilities.

This reduces the size of metadata fields used in link selection as they
can substantially increase the size of HELLO messages.

The abbreviations "rel" and "prio" are used for "priorities" and
"reliability" respectively. Furthermore, the numbers 0 and 1 are used to
denote "best_effort" and "reliable" reliabilities.
@fuzzypixelz fuzzypixelz added enhancement Existing things could work better breaking-change Indicates that the issue implies a breaking change (be it at compile time or at runtime) labels Oct 18, 2024
@Mallets Mallets merged commit 27ee019 into main Oct 18, 2024
26 checks passed
@Mallets Mallets deleted the optimize-link-selection-metadata branch October 18, 2024 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking-change Indicates that the issue implies a breaking change (be it at compile time or at runtime) enhancement Existing things could work better
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants