aboutsummaryrefslogtreecommitdiff
path: root/net/mvfst/pkg-descr
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-09-08 17:39:55 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-09-08 17:39:55 +0000
commita754a5971f81aa72ada712883fde709d38f2de2b (patch)
treee347654a8cfbf1528634a0a597bc50a9c0106caa /net/mvfst/pkg-descr
parenta2c1c0f414eaba46176ce8a5662722885a523c2e (diff)
downloadports-a754a5971f81aa72ada712883fde709d38f2de2b.tar.gz
ports-a754a5971f81aa72ada712883fde709d38f2de2b.zip
New port: net/mvfst: Implementation of the QUIC transport protocol
Notes
Notes: svn path=/head/; revision=548002
Diffstat (limited to 'net/mvfst/pkg-descr')
-rw-r--r--net/mvfst/pkg-descr9
1 files changed, 9 insertions, 0 deletions
diff --git a/net/mvfst/pkg-descr b/net/mvfst/pkg-descr
new file mode 100644
index 000000000000..5211a1b38975
--- /dev/null
+++ b/net/mvfst/pkg-descr
@@ -0,0 +1,9 @@
+mvfst (Pronounced move fast) is a client and server implementation of IETF QUIC
+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.
+
+WWW: https://github.com/facebookincubator/mvfst