Skip to content

Commit

Permalink
fix: flows numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
sangier committed Nov 17, 2023
1 parent 0edaf95 commit 8a1f216
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -212,9 +212,9 @@ This list details how our protocol responds to different inputs, transitioning b

The protocol encompasses three main flows:

1. A & B start the process (Crossing Hello).
2. A starts the process and B follows.
3. B starts the process and A follows.
0. A & B start the process (Crossing Hello).
1. A starts the process and B follows.
2. B starts the process and A follows.

To illustrate these flows, we use a state transition matrix. This matrix helps in visualizing the transitions between different states in each flow. The transitions are represented as follows:

Expand Down

0 comments on commit 8a1f216

Please sign in to comment.