gfe-relnote: change logs about window update frames from DLOG(INFO) to DVLOG(1). When using MESSAGE frames in WebRTC, we never send any retransmittable packets. QUIC sends a window update frame every few packets to provide a retransmittable frame, from here: http://google3/third_party/quic/core/quic_session.cc?l=1468&rcl=264213918 That results in log spam from received window updates on the other endpoint. PiperOrigin-RevId: 264681195 Change-Id: Ib4d62b4acb1b6dfb9d9e96994df2b4712f3b33e2
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.