Migrate packet forwarding functionality to rust#2632
Conversation
Codecov ReportBase: 68.12% // Head: 68.11% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #2632 +/- ##
==========================================
- Coverage 68.12% 68.11% -0.01%
==========================================
Files 202 203 +1
Lines 30398 30407 +9
Branches 5948 5935 -13
==========================================
+ Hits 20708 20712 +4
- Misses 4983 4992 +9
+ Partials 4707 4703 -4
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
d0538d6 to
fab91c1
Compare
|
After the new TGen graceful shutdown was added (shadow/tgen#43) and set to run in the benchmarks, this PR now performs similarly to main with no download timeouts. |
|
Tor benchmark results look good: |
Adds a new relay module that simplifies and encompasses the packet forwarding logic that was previously embedded inside of the network interface module.
closes #1727
closes #1728