diff options
author | David Timber <mieabby@gmail.com> | 2021-09-11 11:20:15 +0800 |
---|---|---|
committer | David Timber <mieabby@gmail.com> | 2021-09-11 11:20:15 +0800 |
commit | 870eafdd7874faf096f7afbc5e016a166144f356 (patch) | |
tree | 50143876db852b0dfdb4e570ceeb08560955ee90 /doc/puml/hostinfo-seq.puml | |
parent | eb56a23613638ca705f5be707cacc1b0989a2a76 (diff) |
The Heartbeat Protocol documentation progress
Diffstat (limited to 'doc/puml/hostinfo-seq.puml')
-rw-r--r-- | doc/puml/hostinfo-seq.puml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/puml/hostinfo-seq.puml b/doc/puml/hostinfo-seq.puml new file mode 100644 index 0000000..06c69e1 --- /dev/null +++ b/doc/puml/hostinfo-seq.puml @@ -0,0 +1,5 @@ +@startuml hostinfo-seq +"A" -> "S": +HOST_INFO +"S" --> "A": HOST_INFO +"S" --> "A": Hostinfo Frame +@enduml |