1
0
mirror of https://github.com/facebookincubator/mvfst.git synced 2025-11-10 21:22:20 +03:00
Commit Graph

9 Commits

Author SHA1 Message Date
Lin Huang
b4baf99a14 Move xplat/quic from autosyncer to dirsync
Summary:
* remove quic from autosyncer
* set up dirsync for quic
* mirror source file for xplat/quic fbcode/quic

Reviewed By: JunqiWang

Differential Revision: D16254573

fbshipit-source-id: 24414d275de310b5d0cf6bb2702a203e5aed260c
2019-07-16 01:09:48 -07:00
Bonnie Xu
486fb616f6 Add metricUpdate event to Quic
Summary: Add metricUpdate event to Quic, so it can be logged as part of qlog.

Reviewed By: yangchi

Differential Revision: D16190166

fbshipit-source-id: 193b343f568fece4ca6bb43fa44e374a1df76c84
2019-07-15 21:41:26 -07:00
Yang Chi
fc8bbbb3f6 Fix min burst size
Summary: should be 1 packet instead of minCwnd

Reviewed By: siyengar, sharma95

Differential Revision: D15526171

fbshipit-source-id: b523eaef2683c0a1bfcd51d16dd249b261feb706
2019-07-08 23:39:02 -07:00
Yang Chi
bdd52cf52f change Quic congestion controller end of recovery to a time target
Summary:
given packet number space has been split to 3 spaces, using a single
PacketNum isn't enough to serve the end of recovery tracking. Instead, use a
TimePoint value.

Reviewed By: sharma95

Differential Revision: D15219240

fbshipit-source-id: baf05828279789eb0aa170b49a177510ea07836f
2019-05-31 15:41:05 -07:00
Yang Chi
1dbe39fd76 Separate app-limited and app-idle
Summary:
Current app-limited is defined as the connection doesn't have a no
non-control stream. I'm changing this to be app-idle. And app-limited will be
changed to a state in connection where app isn't sending bytes fast enough to
keep congestion controller probing higher bandwidth.

Reviewed By: mjoras

Differential Revision: D15456199

fbshipit-source-id: e084bc133284ae37ee6da8ebb3c12f505011521e
2019-05-24 12:16:09 -07:00
Bonnie Xu
f4ae0a1efd Updated files to change syntax.
Summary: Changed existing chrono syntax to chrono_literals syntax.

Reviewed By: mjoras, sharma95

Differential Revision: D15374649

fbshipit-source-id: 40033e90cca226266ef85e4fec629f290bc5dae6
2019-05-20 12:10:46 -07:00
Udip Pant
4a9537798e Add correct license headers on some missing files
Summary: ^

Reviewed By: sharma95

Differential Revision: D15172546

fbshipit-source-id: bacc832752a433b86962e77bb19aff4504640e60
2019-05-01 22:42:04 -07:00
udippant
79032c7b9b fbshipit-source-id: f498ac5e677b2931d937ba78edd4373ba04dca2a 2019-04-25 21:33:43 -07:00
udippant
50d4939e9e Initial commit of mvfst 2019-04-22 23:42:46 -07:00