A collection of various awesome lists for videos, pentesters, libraries and frameworks.
QUIC is the Quick UDP Internet Connections protocol, developed by Google and currently in IETF workgroups for further development. It is being considered for replacing TCP as a transport protocol for HTTP/3. We are building an Open source project for IoT & Edge Computing atop QUIC called 🦖YoMo
Online Community: 🍖discord/quic
Maintainer: 🦖YoMo
- 📽 Throwback to QUIC BoF session in July 2016. A Working Group forming meeting to decide if QUIC should be adopted for standardisation into the IETF, based on the exissting deployment experience of Google.
- 📽 Robin Marx gave a keynote at IEEE LATINCOM about his experiences doing a PhD on the QUIC and HTTP3 protocols. He talked about their basic features, open research questions and his process in contributing the qlog and qvis debugging tools.
- lsquic release 2.24.4, contains fixes to congestion controller and to CID lifecycle.
- iOS 14 and macOS Big Sur include an experimental preview of HTTP/3 support for your apps that use URLSession, which you can enable in developer settings. To enable HTTP/3 macOS Big Sur:
defaults write -g CFNetworkHTTP3Override -int 3
. - Fastly: The Maturing of QUIC
- 2020-11-16 IETF-109 Slide: Tunneling Internet protocols inside QUIC Rev.00