Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sangier committed Nov 17, 2023
1 parent c24eab9 commit ae0c1ea
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ Each datagram and subprotocol in our system is linked to a specific function. Wh

To further streamline the complexity of the protocol, we will conduct two distinct analyses. The first will focus on the 'happy paths', covering scenarios where operations proceed as expected. The second analysis will be dedicated exclusively to errors and timeouts.

## Finite state machine modeling

To directly jump to the diagrams click one of the following:

- [HappyPathFSM](#happy-paths-finite-state-machine-diagram)
- [ErrorTimeoutFSM](#error-and-timeout-finite-state-machine-diagram)

## Finite state machine modeling

We consider a deterministic finite state machine as a 4-tuple (Q; C; Σ; δ) consisting of:

- a finite set of States Q
Expand Down

0 comments on commit ae0c1ea

Please sign in to comment.