-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🧵 service: join multiple wg messages into coalesced segments
As of Linux 6.11, the in-kernel wg implementation does not send messages with GSO. A proxy client or server receiving from lo on the same system won't get any coalesced messages. This commit updates the mmsg relay routines to attempt to join as many received uncoalesced messages as possible after encrypting, so sending them can take advantage of GSO.
- Loading branch information
1 parent
79a89f0
commit 62b37de
Showing
3 changed files
with
32 additions
and
36 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