-
Notifications
You must be signed in to change notification settings - Fork 4
refactor(quinn-proto): move encoding out of the connection #295
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
base: main
Are you sure you want to change the base?
Conversation
|
Documentation for this PR has been generated and is available at: https://n0-computer.github.io/quinn/pr/295/docs/iroh_quinn/ Last updated: 2026-01-09T15:49:07Z |
- do not request 100 bytes padding by default - do not reseve space for the AEAD tag - when using this make sure the datagram is started and has the correct size
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #295 +/- ##
==========================================
+ Coverage 75.97% 76.11% +0.13%
==========================================
Files 81 81
Lines 22587 22725 +138
==========================================
+ Hits 17161 17297 +136
- Misses 5426 5428 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Description
Breaking Changes
Notes & open questions