Skip to content

Commit

Permalink
add missing doc/index.md from template
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed Dec 6, 2020
1 parent 08e5a2f commit 11110c8
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions doc/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
index
=====

kronos-endpoint

Named end of a communication channel.
There are always two ends A sending and a receiving endpoint always belong together.

![request forwarding](images/requestForwarding.svg)


opposite endpoints
===
to represent the opposite data flow the notion of opposite endpoints
is present.
Optionally each endpoint has an opposite one

![opposite endpoint](images/opposite.svg)

connection states
===
when a working connection is established (isOpen)
the result of hasBeenOpenend is preserved
ans will be passed to willBeClosed(state)
![connection states](images/states.svg)

0 comments on commit 11110c8

Please sign in to comment.