-
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.
* Includes patch for tokio::io::Take which caused overflows when steaming files over 4GB * Decreased lock contention of the streaming_data_service state by exposing the "Sender" of the data. (`take_sender()`) * Upgraded from peer validation to handle validation. Only data that is send to the correct handle endpoint is allowed. * various fixes and improvements
- Loading branch information
1 parent
00ccc41
commit a28a981
Showing
11 changed files
with
549 additions
and
477 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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.