Skip to content

Fix last handshake time panic #12

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

Merged
merged 7 commits into from
Apr 11, 2024
Merged

Conversation

TroyNeubauer
Copy link
Collaborator

  1. Fixes Got "overflow when subtracting duration from instant" when "adapter.get_config()" #11
  2. Switches last_handshake: Instant to last_handshake: SystemTime in WireguardPeer to match the underlying C code better
  3. Misc documentation improvements

@TroyNeubauer TroyNeubauer merged commit 437e923 into main Apr 11, 2024
@TroyNeubauer TroyNeubauer deleted the fix-handshake-time-panic branch April 11, 2024 22:39
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.

Got "overflow when subtracting duration from instant" when "adapter.get_config()"
2 participants