aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarshall <stmr@umich.edu>2023-08-26 12:07:57 -0400
committermarshall <stmr@umich.edu>2023-08-26 12:07:57 -0400
commit7027f341771b370220bb7f8d8655f2e849937727 (patch)
tree64293d90ab6e58345bbf20085698cebc4bab726c
parentc8e582b80d66e35a5c9d9e528ea4b1948a8697f2 (diff)
downloadwww-7027f341771b370220bb7f8d8655f2e849937727.tar.gz
www-7027f341771b370220bb7f8d8655f2e849937727.zip
quic news: add some touches
-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 25a4a83e..91ca9f18 100644
--- a/template/news/2023-08-GSoC-QUIC.html.j2
+++ b/template/news/2023-08-GSoC-QUIC.html.j2
@@ -7,7 +7,7 @@
7</p> 7</p>
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 Transport Next Generation (TNG) service. TNG is a successor to the previous transport plugins and will be running in the fall 2023 GNUnet release. At the time of writing, there currently only exists transports over TCP, UDP, and UNIX sockets. I chose to implement a QUIC transport communicator due to the rising popularity and speed of this protocol. 10 The goal of this project was to develop a new transport, QUIC, for the Transport Next Generation (TNG) service. 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. I chose to implement a QUIC transport communicator due to the rising popularity and speed of this protocol. QUIC is intended to be a faster alternative to TCP and tries to address some issues that TLS has.
11</p> 11</p>
12<h2>What I completed.</h2> 12<h2>What I completed.</h2>
13<p> 13<p>