aboutsummaryrefslogtreecommitdiff
path: root/net/Makefile
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2020-08-11 10:13:42 +0000
committerKurt Jaeger <pi@FreeBSD.org>2020-08-11 10:13:42 +0000
commite1244c9e46551d20dbc829569c5b461e2c61dbc1 (patch)
treea7466b5927441ede2cce2a4f53b8d0e72d77638b /net/Makefile
parentb12bdbe6f9dcade5445a29272eff449725817024 (diff)
downloadports-e1244c9e46551d20dbc829569c5b461e2c61dbc1.tar.gz
ports-e1244c9e46551d20dbc829569c5b461e2c61dbc1.zip
New port: net/quiche
quiche is an implementation of the QUIC transport protocol and HTTP/3 as specified by the IETF. It provides a low level API for processing QUIC packets and handling connection state. The application is responsible for providing I/O (e.g. sockets handling) as well as an event loop with support for timers. WWW: https://github.com/cloudflare/quiche WWW: https://crates.io/crates/quiche PR: 248424 Submitted by: Junho Choi <junho.choi@gmail.com>
Notes
Notes: svn path=/head/; revision=544679
Diffstat (limited to 'net/Makefile')
-rw-r--r--net/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile
index 20c871cd8c00..5039414e03c5 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1143,6 +1143,7 @@
SUBDIR += qt5-networkauth
SUBDIR += quagga
SUBDIR += queso
+ SUBDIR += quiche
SUBDIR += quiterss
SUBDIR += quoted
SUBDIR += rabbiteer