update udp_socket to avoid creating a select_reactor in boost.asio#8609
Open
arvidn wants to merge 2 commits into
Open
update udp_socket to avoid creating a select_reactor in boost.asio#8609arvidn wants to merge 2 commits into
select_reactor in boost.asio#8609arvidn wants to merge 2 commits into
Conversation
|
| Branch | no-select-reactor |
| Testbed | ubuntu-24.04 |
⚠️ WARNING: No Threshold found!Without a Threshold, no Alerts will ever be generated.
Click here to create a new Threshold
For more information, see the Threshold documentation.
To only post results if a Threshold exists, set the--ci-only-thresholdsflag.
Click to view all benchmark results
| Benchmark | Latency | microseconds (µs) |
|---|---|---|
| base-v1.torrent | 📈 view plot | 75.74 µs |
| base-v2.torrent | 📈 view plot | 127.31 µs |
| dh_compute_secret | 📈 view plot | 159.03 µs |
| dh_handshake | 📈 view plot | 300.25 µs |
| dh_key_exchange | 📈 view plot | 143.49 µs |
| many-pad-files.torrent | 📈 view plot | 13,267.00 µs |
| rc4_encrypt | 📈 view plot | 49.01 µs |
arvidn
force-pushed
the
no-select-reactor
branch
7 times, most recently
from
July 16, 2026 21:09
bd0ac16 to
8f629b5
Compare
…y using async_receive_from() instead of async_wait()
arvidn
force-pushed
the
no-select-reactor
branch
from
July 16, 2026 23:14
8f629b5 to
459be08
Compare
arvidn
force-pushed
the
no-select-reactor
branch
from
July 17, 2026 05:54
459be08 to
08b960f
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
by using
async_receive_from()instead ofasync_wait().This is an attempt to fix chriskohlhoff/asio#1061 and qbittorrent/qBittorrent#17082