Skip to content

Commit bcba4c8

Browse files
committed
Add LP telescoping with nested sessions and subsession support
Extends LP protocol with telescoping architecture for nested sessions: - Add nested session support with KKpsk0 rekeying - Add subsession support with collision detection - Implement unified packet format with outer header - Refactor gateway handlers for single-packet forwarding - Add TTL-based state cleanup for stale sessions - Add outer AEAD encryption layer - Refactor registration client for packet-per-connection model
1 parent ee0f1ef commit bcba4c8

File tree

35 files changed

+6128
-1346
lines changed

35 files changed

+6128
-1346
lines changed

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
nym-validator-rewarder/.sqlx/** diff=nodiff
22
nym-node-status-api/nym-node-status-api/.sqlx/** diff=nodiff
3+
4+
# Use bd merge for beads JSONL files
5+
.beads/beads.jsonl merge=beads

0 commit comments

Comments
 (0)