mirror of
https://github.com/open5gs/open5gs.git
synced 2025-11-10 17:05:51 +00:00
[PROTO] Increase SDU buffer 8k->16k (#2008)
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define OGS_HUGE_LEN 8192
|
||||
#define OGS_HUGE_LEN 16384
|
||||
|
||||
#if defined(_WIN32)
|
||||
#define ogs_strtok_r strtok_s
|
||||
|
||||
Reference in New Issue
Block a user