mirror of
https://github.com/jmcorgan/fips.git
synced 2026-07-30 19:46:15 +00:00
Merge branch 'maint' into master
Both maint changes carry over unchanged. The hop-limit helpers follow the module rename from src/protocol/link.rs to src/proto/link.rs, applied by rename detection and verified at the renamed path rather than assumed; the old path is not recreated. The rekey config validation and its jitter-constant import apply as written, the node module exposing the constant on this branch as well. The only conflict was the unreleased changelog, where master's own Changed entries and the incoming hop-limit entry were both correct for their branch. Resolved as the union, with the incoming entry appended to master's Changed list.
This commit is contained in:
@@ -30,6 +30,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
folded into the new tables with a one-time deprecation warning; migrate your
|
||||
`fips.yaml` to the new keys.
|
||||
|
||||
- `SessionDatagram::decrement_ttl` and `SessionDatagram::can_forward` now match
|
||||
the forwarder's IP hop-limit semantics: `decrement_ttl` decrements first and
|
||||
reports false when the result is zero, and `can_forward` is true only at a
|
||||
TTL of 2 or more.
|
||||
|
||||
### Deprecated
|
||||
|
||||
- The `discovery` metric-family key (control-socket JSON). It is dual-emitted
|
||||
|
||||
Reference in New Issue
Block a user