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/noop-seq.puml | |
parent | eb56a23613638ca705f5be707cacc1b0989a2a76 (diff) |
The Heartbeat Protocol documentation progress
Diffstat (limited to 'doc/puml/noop-seq.puml')
-rw-r--r-- | doc/puml/noop-seq.puml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/puml/noop-seq.puml b/doc/puml/noop-seq.puml new file mode 100644 index 0000000..b14d299 --- /dev/null +++ b/doc/puml/noop-seq.puml @@ -0,0 +1,4 @@ +@startuml noop-seq +"A" -> "B": +0x00 NOOP +"B" --> "A": 0x00 NOOP +@enduml |