mirror of
https://github.com/facebookincubator/mvfst.git
synced 2025-04-18 17:24:03 +03:00
Fix mvfst build status badges on github
Summary: Update the links to point to the correct workflow name Reviewed By: hanidamlaj Differential Revision: D50345907 fbshipit-source-id: f2bd1a3b8744ac74d834367eea04b9eeab93bc1b
This commit is contained in:
parent
6c72eb2f02
commit
a4e65c12da
@ -1,8 +1,8 @@
|
|||||||

|

|
||||||
|
|
||||||
[](https://github.com/facebook/mvfst/actions?workflow=linux)
|
[](https://github.com/facebook/mvfst/actions/workflows/getdeps_linux.yml)
|
||||||
[](https://github.com/facebook/mvfst/actions?workflow=mac)
|
[](https://github.com/facebook/mvfst/actions/workflows/getdeps_mac.yml)
|
||||||
[](https://github.com/facebook/mvfst/actions?workflow=windows)
|
[](https://github.com/facebook/mvfst/actions/workflows/getdeps_windows.yml)
|
||||||
|
|
||||||
## Introduction
|
## Introduction
|
||||||
`mvfst` (Pronounced *move fast*) is a client and server implementation of [IETF QUIC](https://quicwg.org/) protocol in C++ by Facebook. QUIC is a UDP based reliable, multiplexed transport protocol that will become an internet standard. The goal of `mvfst` is to build a performant implementation of the QUIC transport protocol that applications could adapt for use cases on both the internet and the data-center. `mvfst` has been tested at scale on android, iOS apps, as well as servers and has several features to support large scale deployments.
|
`mvfst` (Pronounced *move fast*) is a client and server implementation of [IETF QUIC](https://quicwg.org/) protocol in C++ by Facebook. QUIC is a UDP based reliable, multiplexed transport protocol that will become an internet standard. The goal of `mvfst` is to build a performant implementation of the QUIC transport protocol that applications could adapt for use cases on both the internet and the data-center. `mvfst` has been tested at scale on android, iOS apps, as well as servers and has several features to support large scale deployments.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user