feature: packet IO support IP reassembly
This commit is contained in:
@@ -15,8 +15,8 @@ struct session *session_pool_pop(struct session_pool *pool);
|
||||
void session_pool_push(struct session_pool *pool, struct session *sess);
|
||||
const struct session *session_pool_get0(const struct session_pool *pool, uint64_t idx);
|
||||
|
||||
uint64_t session_pool_available_num(const struct session_pool *pool);
|
||||
uint64_t session_pool_capacity_size(const struct session_pool *pool);
|
||||
uint64_t session_pool_get_free_num(const struct session_pool *pool);
|
||||
uint64_t session_pool_get_used_num(const struct session_pool *pool);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user