mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 15:24:14 +00:00
[CORE] Increase SDU buffer to 32k (#2008)
This commit is contained in:
parent
43eb5f3d7f
commit
218b31d006
10 changed files with 58 additions and 29 deletions
|
|
@ -68,7 +68,8 @@ typedef struct ogs_pkbuf_config_s {
|
|||
int cluster_512_pool;
|
||||
int cluster_1024_pool;
|
||||
int cluster_2048_pool;
|
||||
int cluster_16384_pool;
|
||||
int cluster_8192_pool;
|
||||
int cluster_32768_pool;
|
||||
int cluster_big_pool;
|
||||
} ogs_pkbuf_config_t;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue