Fix: Enforce upper bounds for rxdelay, txdelay, and direct.txdelay#2443
Fix: Enforce upper bounds for rxdelay, txdelay, and direct.txdelay#2443kizniche wants to merge 1 commit intomeshcore-dev:devfrom
Conversation
|
Maybe increasing the limits can be useful? As There: Or just the documentation would need correction, whatever suits the intention? |
|
Perhaps changing the defaults is warranted, but something that should be discussed in the issue, not the PR. This PR is simply aligning the code with the expected behavior (the docs). |
|
Denver already recommends values that are higher than these limits: https://denvermc.com/guides/repeater-setup |
So this PR would break existing use cases -- then I would say find the current maximum values and do a PR that aligns the docs with reality ;-). |
Fixes #2433 by enforcing upper bounds for rxdelay, txdelay, and direct.txdelay, based on what is written in the CLI docs.