From b1d3a182bbdb077b9c49ddf0748ec526cf9095a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E8=B6=85?= Date: Wed, 7 Sep 2022 04:21:19 +0000 Subject: [PATCH] Update readme.md --- readme.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index fa0ee6f..a648f7a 100644 --- a/readme.md +++ b/readme.md @@ -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;