File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -395,7 +395,7 @@ session. The relatively recent introduction of 0-RTT data reduces the
395395latency before the first data can be sent; it also comes with some
396396security drawbacks as we observed above.
397397
398- Of course, the time required to set up a secure session with TLS in
398+ Of course, the time required to set up a secure session with TLS is
399399*in addition * to the time need to set up a TCP connection. TCP needs
400400to complete its 3-way handshake before the first TLS handshake
401401message-which is just data as far as TCP is concerned-can be sent. So
@@ -450,7 +450,7 @@ The single most important change in QUIC from the perspective of TLS
450450performance is that it doesn't treat the transport and security
451451handshakes as two distinct layers. Instead, QUIC has build a
452452cryptographic handshake based on TLS into the transport. This is
453- illustrated by Figure foo . As RFC 9001 puts it:
453+ illustrated by :numref: ` Figure %s < fig-quic-tls >` . As RFC 9001 puts it:
454454
455455
456456*Rather than a strict layering, these two protocols cooperate: QUIC
You can’t perform that action at this time.
0 commit comments