diff options
| author | 郑超 <[email protected]> | 2022-09-07 04:21:19 +0000 |
|---|---|---|
| committer | 郑超 <[email protected]> | 2022-09-07 04:21:19 +0000 |
| commit | b1d3a182bbdb077b9c49ddf0748ec526cf9095a2 (patch) | |
| tree | 4f5f9872982d8db26882652cd76912efb4504c1e | |
| parent | 8c8f8b54e0e440404291ef6b8bef250b90ba4eee (diff) | |
Update readme.md
| -rw-r--r-- | readme.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -20,11 +20,10 @@ 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. - -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. +Session Extra Data is a developer defined data structure that attached to a session, it's lifetime is same as the session. + ## Packet IO Library ``` struct stellar_packet; |
