diff options
| author | 郑超 <[email protected]> | 2022-09-07 03:53:18 +0000 |
|---|---|---|
| committer | 郑超 <[email protected]> | 2022-09-07 03:53:18 +0000 |
| commit | b296826c0b0ba632e287f7f6a1c75b19d17753da (patch) | |
| tree | 6db6c4acc5b210bd56046d462e632d7d6c49240b | |
| parent | 424b5e3096a68e7395967eda5d4e6572f4669c01 (diff) | |
Add chapter concepts to readme.md
| -rw-r--r-- | readme.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -15,6 +15,11 @@ The stellar components are:  +## Concepts +Session is an abstract of Layer 4-7 connection, i.e., TCP Session, HTTP Session, DNS Session. A session can derive child sessions. +Session Extra Data is a plugin defined data structure that attached to a session, it's lifetime is same as the session. +Event is something happened in a session, i.e., TCP OPENING, HTTP Request, Session Extra Data updates. + ## Packet IO Library ``` struct stellar_packet; |
