-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(s2n-quic-dc): Import fixes + new metrics (#2430)
* Add new events for path secret map * Import fixes for path secret map storage This emits the metrics declared by the previous commit, and adjusts the path secret map accessors to fix a bug: This ensures that user-visible access to the ID map also populates the peer map, which helps avoid getting stuck server-side where we can't call handshake_with(...) but currently still need access by peer address; we previously resolved the case where the entry is hidden by requested_handshakes and this fixes where the entry is actually missing due to conflict eviction. * Bump entry size test due to adding accessed field
- Loading branch information
1 parent
a54686e
commit 239a8d9
Showing
11 changed files
with
1,385 additions
and
275 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.