-
Notifications
You must be signed in to change notification settings - Fork 242
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable reading ECN on mvfst client on windows using recvmmsg wrapper …
…path Summary: Previously, none of the read paths supported by QuicClienTransport had support for reaching the ToS field on Windows. This change adds support for reading ToS fields in the `shouldUseWrapperRecvmmsgForBatchRecv` read path on Windows. This facilitates running and testing ECN/L4S in a Windows-only environment. Reviewed By: kvtsoy, sharmafb Differential Revision: D66045131 fbshipit-source-id: 440cf99b5b97d852286630668abac906ea696950
- Loading branch information
1 parent
f72ceb8
commit 4569046
Showing
3 changed files
with
39 additions
and
5 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