commit | 498559895801a16347b42ef790b9080757d768cf | [log] [tgz] |
---|---|---|
author | wub <wub@google.com> | Wed May 01 14:16:26 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Wed May 01 21:20:59 2019 -0700 |
tree | ac29fdf7d08dc756959305339d21ce6a96eea634 | |
parent | 711bd180182438c31607c52eacbbf153343d0521 [diff] |
gfe-relnote: (n/a) Change SetQuicFlag to take the flag variable directly instead of a pointer to it. Refactor for Envoy integration, no behavior change. This is needed for Envoy integration because the current syntax(SetQuicFlag(&FLAG_foo)) requires FLAG_foo is a valid c++ identifier, which is not the case in Envoy. PiperOrigin-RevId: 246196929 Change-Id: I7d56b23f0fa51fcdd17acc0837508710316a6826
QUICHE (QUIC, Http/2, Etc) is Google‘s implementation of QUIC and related protocols. It powers Chromium as well as Google’s QUIC servers and some other projects.
The code is currently in process of being moved from https://cs.chromium.org/chromium/src/net/third_party/ into this repository. Please excuse our appearance while we're under construction.