From 192db5d1f4dda2ad387ac298a6c40aaa1dbf1570 Mon Sep 17 00:00:00 2001 From: Benjamin Saunders Date: Tue, 6 Apr 2021 17:32:27 -0700 Subject: [PATCH 1/2] N20: Quinn --- content/posts/newsletter-020/index.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/content/posts/newsletter-020/index.md b/content/posts/newsletter-020/index.md index 75a6a84f8..3f3c28cd9 100644 --- a/content/posts/newsletter-020/index.md +++ b/content/posts/newsletter-020/index.md @@ -665,6 +665,25 @@ _Discussions: [/r/rust][planck_reddit], Discord: jojolepro#8057_ [planck_patreon]: https://patreon.com/jojolepro [planck_reddit]: https://www.reddit.com/r/rust/comments/m73ema/yet_another_ecs_library_except_much_safer/ +### [Quinn] + +[Quinn] is an async-friendly implementation of the state-of-the-art QUIC +transport protocol soon to be standardized by the IETF. + +QUIC is a uniquely versatile foundation for building application protocols. Its +support for low-latency communication, multiplexing, fine-grained reliability, +and security make an excellent basis for real-time game networking, providing an +array of powerful primitives unavailable on UDP or TCP. + +[Quinn 0.7](quinn_release) introduces support for Tokio 1.0 and many +optimizations and bug fixes, and updates to [draft 32](quic_32) of the proposed +standard. With last call underway in the IETF, we expect to release an +implementation of the final standard soon with no major changes. + +[Quinn]: https://github.com/quinn-rs/quinn +[quinn_release]: https://github.com/quinn-rs/quinn/releases/tag/0.7.0 +[quic_32]: https://tools.ietf.org/html/draft-ietf-quic-transport-32 + ### [wgpu] ![voxel bunny on wgpu](wgpu-conservative-bunny.png) From 63c1c82b16fdd819a281cccd469f442d2882634a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrey=20Lesnik=C3=B3v?= Date: Wed, 7 Apr 2021 18:47:42 +0300 Subject: [PATCH 2/2] N20: Quinn: Fmt fix --- content/posts/newsletter-020/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/posts/newsletter-020/index.md b/content/posts/newsletter-020/index.md index 3f3c28cd9..380e97521 100644 --- a/content/posts/newsletter-020/index.md +++ b/content/posts/newsletter-020/index.md @@ -675,8 +675,8 @@ support for low-latency communication, multiplexing, fine-grained reliability, and security make an excellent basis for real-time game networking, providing an array of powerful primitives unavailable on UDP or TCP. -[Quinn 0.7](quinn_release) introduces support for Tokio 1.0 and many -optimizations and bug fixes, and updates to [draft 32](quic_32) of the proposed +[Quinn 0.7][quinn_release] introduces support for Tokio 1.0 and many +optimizations and bug fixes, and updates to [draft 32][quic_32] of the proposed standard. With last call underway in the IETF, we expect to release an implementation of the final standard soon with no major changes.