]> Cypherpunks.ru repositories - nncp.git/commitdiff
Restore incorrectly overwritten sp.plantuml
authorSergey Matveev <stargrave@stargrave.org>
Mon, 28 Dec 2020 19:51:21 +0000 (22:51 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Mon, 28 Dec 2020 19:51:21 +0000 (22:51 +0300)
doc/sp.plantuml

index 89440ba8a29c3c2f59fae4ee79dd5289c0822579..b86ee687b385cdb29e50e6e77bc22cd34008d988 100644 (file)
@@ -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