Merge branch 'refactor-node' into refactor-node-next

Forward-merge the dataplane/session concept-home reorganization onto
the next line. The moved files carry next's (XX-line) content; the one
hand-resolved surface is src/peer/active.rs, where the source-location
citation sits in different surrounding text than on the master line —
resolved by keeping next's body and applying the same node/session.rs
-> node/session/mod.rs citation update.
This commit is contained in:
Johnathan Corgan
2026-07-12 19:24:07 +00:00
21 changed files with 34 additions and 24 deletions
+1 -1
View File
@@ -222,7 +222,7 @@ pub struct ActivePeer {
// === Rekey msg3 retransmission (initiator liveness) ===
/// Retained wire-format rekey msg3, resent until the responder is
/// confirmed on the new epoch. Mirrors the FSP
/// `rekey_msg3_payload` mechanism (node/session.rs). Liveness only:
/// `rekey_msg3_payload` mechanism (node/session/mod.rs). Liveness only:
/// overlapping-epoch decrypt covers cutover skew; retransmission
/// guarantees the responder eventually derives the new session even
/// if the first msg3 datagram is lost.