foo
This commit is contained in:
parent
34f7d960c2
commit
e33d02aaa7
8 changed files with 97 additions and 4 deletions
7
docs/network_simple_example.dot
Normal file
7
docs/network_simple_example.dot
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
digraph G {
|
||||
HTTP_REQUEST -> ACK -> HTTP_RESPONSE -> ACK;
|
||||
HTTP_REQUEST -> MODIFY;
|
||||
HTTP_RESPONSE -> MODIFY;
|
||||
HTTP_REQUEST -> KILL;
|
||||
HTTP_RESPONSE -> KILL;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue