Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Session key for packet_router #438

Merged
merged 5 commits into from Aug 8, 2023
Merged

Session key for packet_router #438

merged 5 commits into from Aug 8, 2023

Conversation

madninja
Copy link
Member

@madninja madninja commented Jul 30, 2023

  • Requires Session Key proto#359 to merge and local Cargo.toml updated
  • Expects router to be upgraded to support session keys.

NOTE: On a connect all pending uplink packets are sent but only after the session key is established to avoid a large rush of signatures before the session key ie active. Two other alternatives are to (1) add a delay before sending queued packets with whatever key is available (gateway or session) or (2) send all waiting packets and then deal with session key initialization when it arrives after that

src/packet_router/mod.rs Outdated Show resolved Hide resolved
@madninja madninja force-pushed the madninja/session_key branch 2 times, most recently from 70f211b to a233c0c Compare August 3, 2023 22:04
@madninja madninja requested a review from ke6jjj August 8, 2023 15:27
@madninja madninja merged commit d7fa801 into main Aug 8, 2023
11 checks passed
@madninja madninja deleted the madninja/session_key branch August 8, 2023 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants