-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix performance collapse in network.
The code instructing the polling thread to poll had a race condition that meant that sometimes the polling thread would poll only for reads or writes (or neither, just for subsequent wake-ups). With this, the iperf test in #777 runs to completion with an average of around 3Gb/s. Fixes #681 Related to #499
- Loading branch information
1 parent
a2ee517
commit 5c65065
Showing
1 changed file
with
5 additions
and
21 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