commit | 950dc3c3560db52087c8e18821e399b19f37e5a9 | [log] [tgz] |
---|---|---|
author | Nidhi Jaju <[email protected]> | Mon Sep 01 23:02:41 2025 |
committer | Chromium LUCI CQ <[email protected]> | Mon Sep 01 23:02:41 2025 |
tree | e0af0dcae61e01115ccb5ad2a994c40cf7eeb4e6 | |
parent | 8dfd9ca9fe3864898ccb936da2ee60d1d4bf501c [diff] |
Introduce a feature to lower the QUIC MTU This CL adds a new feature "LowerQuicMaxPacketSize" which when enabled, allows setting the QUIC MTU to a value specified by the "QuicMaxPacketSize" feature parameter. The default value is 1250, which is the current default set at quic::kDefaultMaxPacketSize. Bug: 442313594 Change-Id: I03a54c643f23fe0fba8be9777b643207b6854566 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6904049 Reviewed-by: Kenichi Ishibashi <[email protected]> Commit-Queue: Nidhi Jaju <[email protected]> Cr-Commit-Position: refs/heads/main@{#1509306}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.