aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarshall <stmr@umich.edu>2023-08-26 13:10:34 -0400
committermarshall <stmr@umich.edu>2023-08-26 13:10:34 -0400
commit5aa0624fe59aabfacdad37a4342f4b86321ec07a (patch)
treed9fc5745e93ed55190c6c84214834ca10252399b
parentb6c5f00af60cbc7db0115f30a893feece3acfaa8 (diff)
downloadwww-5aa0624fe59aabfacdad37a4342f4b86321ec07a.tar.gz
www-5aa0624fe59aabfacdad37a4342f4b86321ec07a.zip
minor grammar fix
-rw-r--r--template/news/2023-08-GSoC-QUIC.html.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/template/news/2023-08-GSoC-QUIC.html.j2 b/template/news/2023-08-GSoC-QUIC.html.j2
index 060d78f9..e9d41fc8 100644
--- a/template/news/2023-08-GSoC-QUIC.html.j2
+++ b/template/news/2023-08-GSoC-QUIC.html.j2
@@ -8,7 +8,7 @@
8<h2>Goals of the Project.</h2> 8<h2>Goals of the Project.</h2>
9<p> 9<p>
10 The goal of this project was to develop a new transport, QUIC, for the <a href="https://docs.gnunet.org/developers/transport-ng/transport-ng.html">Transport Next Generation (TNG) service</a>. TNG is a successor to the previous transport plugins and will be running in the fall 2023 GNUnet release. At the time of writing, GNUnet currently supports transports over TCP, UDP, and UNIX sockets. 10 The goal of this project was to develop a new transport, QUIC, for the <a href="https://docs.gnunet.org/developers/transport-ng/transport-ng.html">Transport Next Generation (TNG) service</a>. TNG is a successor to the previous transport plugins and will be running in the fall 2023 GNUnet release. At the time of writing, GNUnet currently supports transports over TCP, UDP, and UNIX sockets.
11 I chose to implement a QUIC transport communicator due to the rising popularity and speed of this protocol. Due to the rising popularity, QUIC will be a great transport protocol for GNUnet traffic to sit on top of. QUIC is intended to be a faster alternative to TCP and tries to address some issues that TLS has. 11 I chose to implement a QUIC transport communicator due to the rising popularity and speed of this protocol. Because of this popularity, QUIC will be a great transport protocol for GNUnet traffic to sit on top of. QUIC is intended to be a faster alternative to TCP and tries to address some issues that TLS has.
12</p> 12</p>
13<h2>What I completed.</h2> 13<h2>What I completed.</h2>
14<p> 14<p>