commit | 9467db0263df280dcb4727c2b4ce8b4bf7ba29fd | [log] [tgz] |
---|---|---|
author | QUICHE team <quiche-dev@google.com> | Thu May 30 09:38:45 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Fri May 31 15:29:20 2019 -0700 |
tree | 293398ce5cde243dbca5357af7638f430679d47c | |
parent | f5e6845453aa7fa760e815a10b3d82ea786cc9a8 [diff] |
gfe-relnote: Pass receive_timestamp to OnMessageAcked(). When receive timestamps are turned on and message frames are enabled, this will make receive timestamps available to the session whenever a message is acked. This will be used for RTP over QUIC, where ack timestamps are required for RTP's congestion controller and media adaptation. (The current implementation uses QUIC like a tunnel and disables its congestion control.) Not flag-protected: no change in behavior, just a change in what is visible where. PiperOrigin-RevId: 250703980 Change-Id: I01bcee29d5dfb808771c54e4fd14ebbfa8750375
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.