-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
http3: make quic/quiche core code (#15720)
Part of #12829. The transport extension will stay a built-in extension since it fits well. UDP listener and UDP writer extension points have been removed. GSO is still only enabled for QUIC because it currently depends on QUICHE, has some obvious perf issues, and is failing non-QUIC integration tests. Futher work is needed to remove codec extension factories. Part of #12829 Signed-off-by: Matt Klein <[email protected]>
- Loading branch information
1 parent
b778119
commit 8e8a21d
Showing
228 changed files
with
462 additions
and
1,138 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
17 changes: 0 additions & 17 deletions
17
api/envoy/config/listener/v3/udp_default_writer_config.proto
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
api/envoy/config/listener/v3/udp_gso_batch_writer_config.proto
This file was deleted.
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
20 changes: 0 additions & 20 deletions
20
api/envoy/config/listener/v4alpha/udp_default_writer_config.proto
This file was deleted.
Oops, something went wrong.
22 changes: 0 additions & 22 deletions
22
api/envoy/config/listener/v4alpha/udp_gso_batch_writer_config.proto
This file was deleted.
Oops, something went wrong.
24 changes: 7 additions & 17 deletions
24
api/envoy/config/listener/v4alpha/udp_listener_config.proto
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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.