From 47c926bc5810c68753d9ad5fbaf4c568033a2d3b Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Mon, 28 Dec 2020 22:51:21 +0300 Subject: [PATCH] Restore incorrectly overwritten sp.plantuml --- doc/sp.plantuml | 53 ++++++++++++++++++------------------------------- 1 file changed, 19 insertions(+), 34 deletions(-) diff --git a/doc/sp.plantuml b/doc/sp.plantuml index 89440ba..b86ee68 100644 --- a/doc/sp.plantuml +++ b/doc/sp.plantuml @@ -1,34 +1,19 @@ - ┌─────────┐ ┌─────────┐ - │Initiator│ │Responder│ - └────┬────┘ └────┬────┘ - │ │ - │ ╔═════════════╗ │ -══════════╪═════════╣ preparation ╠═════════╪══════════ - │ ╚═════════════╝ │ - │ │ - │ [s] │ - │<────────────────────────────────│ - │ │ - │ │ - │ ╔═════════════╗ │ -══════════╪═════════╣ interactive ╠═════════╪══════════ - │ ╚═════════════╝ │ - │ │ - │[e, es, s, ss], INFO..., HALT... │ - │────────────────────────────────>│ - │ │ - │ [e, ee, se], INFO..., HALT... │ - │<────────────────────────────────│ - │ │ - │ INFO..., FREQ..., DONE... │ - │────────────────────────────────>│ - │ │ - │ INFO..., FREQ..., DONE... │ - │<────────────────────────────────│ - │ │ - │FILE..., INFO..., DONE..., PING │ - │────────────────────────────────>│ - │ │ - │FILE..., INFO..., DONE..., PING │ - │<────────────────────────────────│ - │ │ +@startuml +hide footbox +participant Initiator +participant Responder + +== preparation == + +Initiator <- Responder : [s] + +== interactive == + +Initiator -> Responder : [e, es, s, ss], INFO..., HALT... +Initiator <- Responder : [e, ee, se], INFO..., HALT... +Initiator -> Responder : INFO..., FREQ..., DONE... +Initiator <- Responder : INFO..., FREQ..., DONE... +Initiator -> Responder : FILE..., INFO..., DONE..., PING +Initiator <- Responder : FILE..., INFO..., DONE..., PING + +@enduml -- 2.44.0