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
2 files changed
tree: 207b41a02de9a65cf3df1c905e54435fce2f01e8
  1. common/
  2. epoll_server/
  3. http2/
  4. quic/
  5. spdy/
  6. CONTRIBUTING.md
  7. LICENSE
  8. README.md
README.md

QUICHE

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.