update stellar thread main loop

This commit is contained in:
luwenpeng
2024-03-08 18:10:38 +08:00
parent 734f6a5135
commit ee35a26a9d
14 changed files with 406 additions and 340 deletions

View File

@@ -51,6 +51,9 @@ struct session
struct packet *c2s_1st_pkt;
struct packet *s2c_1st_pkt;
// session user data
void *user_data;
/******************************
* Session Current Packet
******************************/