1
0
mirror of https://github.com/facebookincubator/mvfst.git synced 2025-08-12 19:02:43 +03:00
Commit Graph

6 Commits

Author SHA1 Message Date
Yang Chi
eb10f2e36d refactor calculatePacingRate function
Summary:
No need to pass the minimal interval any more since everywhere we just
pass the transportSettings value. Just that inside the function directly

Reviewed By: mjoras

Differential Revision: D16773023

fbshipit-source-id: 22ada4f25d565e97e7fce27371a0e2240bbfe8c0
2019-08-19 09:14:08 -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
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
Yang Chi
846744370c Pass minimal cwnd into pacing rate calculation function
Summary:
Currently we use the number from transport setting directly inside
this function. There are congestion controllers that want to have a different
min cwnd value than the transport settings.

Reviewed By: siyengar

Differential Revision: D15292719

fbshipit-source-id: 69cdf9dea11c55907f0a511ebb3c000b48eac8f0
2019-05-11 07:58:25 -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
50d4939e9e Initial commit of mvfst 2019-04-22 23:42:46 -07:00