[PROTO] Increase SDU buffer 8k->16k (#2008)

This commit is contained in:
Sukchan Lee
2023-01-21 12:58:43 +09:00
parent df4c83372d
commit ff261681c0
9 changed files with 40 additions and 26 deletions

View File

@@ -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