Skip to content

Commit fb20e54

Browse files
authored
Typo and missing figure ref
1 parent 34d0dcf commit fb20e54

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tls.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ session. The relatively recent introduction of 0-RTT data reduces the
395395
latency before the first data can be sent; it also comes with some
396396
security 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
400400
to complete its 3-way handshake before the first TLS handshake
401401
message-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
450450
performance is that it doesn't treat the transport and security
451451
handshakes as two distinct layers. Instead, QUIC has build a
452452
cryptographic 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

0 commit comments

Comments
 (0)