-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix deadlock!: Increase buffersize socket options; small buffers on single machines might deadlock due to one binary exhausting all TCP buffers. Performance: Use writev for tx sock operations Observatiblity: Add SIGINFO reports for RX, compact and sanitize the status reports Add delayus operator for slowing connection. SIGUSR1 and SIGUSER2 now increment and decrement verbose levels. Smoke tests rewritten (to pass) - use openssl for repeatable pseudorandom, unsalted, extra chunky data.
- Loading branch information
Showing
10 changed files
with
269 additions
and
109 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
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
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
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.