summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index a648f7a..34ef88c 100644
--- a/readme.md
+++ b/readme.md
@@ -20,6 +20,7 @@ Session is an abstract of Layer 4-7 connection, i.e., TCP Session, HTTP Session,
- A session can derive child sessions.
- All session has three states, which are Opening, Active, Closing.
- State changes generate session events.
+
Event is something happened in a session, i.e., TCP OPENING, HTTP Request, Session Extra Data updates.
Session Extra Data is a developer defined data structure that attached to a session, it's lifetime is same as the session.