-
Notifications
You must be signed in to change notification settings - Fork 719
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
apps: add GSO support for server on Linux
When GSO can be enabled (on a supported linux platform), now quiche-server sends multiple packets using sendmsg() with GSO. For non-supported platforms, it should work same as before.
- Loading branch information
Showing
4 changed files
with
224 additions
and
94 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,3 +30,4 @@ extern crate log; | |
pub mod args; | ||
pub mod client; | ||
pub mod common; | ||
pub mod sendto; |
Oops, something went wrong.