summaryrefslogtreecommitdiffstats
path: root/doc/designs
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2022-12-16 10:53:02 +0000
committerTomas Mraz <tomas@openssl.org>2023-01-30 09:44:59 +0100
commite2212b20bcf96c62c17a5e124c3bd61a98b8fcfd (patch)
treed6f34c3c9e40b79295e658697883c46b21ddbb6b /doc/designs
parent8ca3baa9bdf972b963a70769780db67ebcbdf779 (diff)
QUIC ACKM: Rework probe reporting to allow use for bookkeeping
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19925)
Diffstat (limited to 'doc/designs')
-rw-r--r--doc/designs/quic-design/connection-state-machine.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/designs/quic-design/connection-state-machine.md b/doc/designs/quic-design/connection-state-machine.md
index a148f71c62..beb5609354 100644
--- a/doc/designs/quic-design/connection-state-machine.md
+++ b/doc/designs/quic-design/connection-state-machine.md
@@ -225,7 +225,7 @@ The above states and their substates are defined as follows:
We express this state machine in more concrete form in the form of a table,
which makes the available transitions clear:
-† Except where superceded by a more specific transition
+† Except where superseded by a more specific transition
ε means “where no other transition is applicable”.