enhance: add configuration items to adjust the scheduling parameters of the main loop
This commit is contained in:
@@ -44,7 +44,7 @@ struct ip_reassembly_stat
|
||||
|
||||
struct ip_reassembly *ip_reassembly_new(const struct ip_reassembly_options *opts);
|
||||
void ip_reassembly_free(struct ip_reassembly *assy);
|
||||
void ip_reassembly_expire(struct ip_reassembly *assy, uint64_t now);
|
||||
void ip_reassembly_expire(struct ip_reassembly *assy, uint64_t max_free, uint64_t now);
|
||||
struct ip_reassembly_stat *ip_reassembly_stat(struct ip_reassembly *assy);
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user