Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

Commit

Permalink
set interval to 10s
Browse files Browse the repository at this point in the history
  • Loading branch information
babasler committed Jun 9, 2024
1 parent c1dc49c commit be3758b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protocol/04_routing_protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,15 @@ Defined within the `type_id` field of the common header.
| 6 | STU | Send Table Update (Send Routingtable) |

## Procedure (Eike Balling)
1. Participant A starts the Application and sets internal Table update Timer to 30 seconds
1. Participant A starts the Application and sets internal Table update Timer to 10 seconds
2. Participant B sends CR to Participant A and sends current Routingtable
3. Participant A accepts CR from Participant B and answers CRR and sends current Routingtable
4. Participant A updates Routingtable based on the received Table
5. After A´s Timer expired A sends SCC to all next entrances in its Routingtable
6. Participant A updates Routingtable based on received SCCRs
1. If SCCR isn´t received after one second Participant A sets Hop Count to 32 (Poison Reverse)
7. Participant A sends STU to all active Participants
8. Participant A resets Timer to 30 seconds
8. Participant A resets Timer to 10 seconds

## Example
![Logo](./images/Routing_Protokoll_Sequenz_Diagram.png)

0 comments on commit be3758b

Please sign in to comment.