You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is similar to flood.max but it limits flood adverts only. The idea here, is instead of adverts defaulting to a max of 64 hops, it's set to 16 hops, enforced at the forwarding repeater. With the ability to increase if needed and decrease even more if desired.
There was a PR opened for this by someone else, however it looks like the owner of the PR deleted their GitHub account, so the PR is no longer mergable. #2408
The idea is that this will drop max advert flooding from 64 hops to 16. I personally wanted to have the TTL/max hops on the advert packet, but unfortunately using the feature flags (in my proposal) would increase advert size by 2-bytes and truncate the name max length by another 2-bytes...
The main reason I'm asking for feedback here, is because instead of defaulting to 64, we would default to 16, and it won't really be possible for adverts to travel any further than this, without network repeater owners increasing the limit.
I'm personally in favour of the PR, as it should help to decrease the affect of flood adverts on the network. Generally an advert going 64 hops is not needed. So finding a balance on how far they really should travel (by default) is the hard part. We settled on 16 as a start.
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
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.