res_agi: Increase AGI command buffer size from 2K to 8K

Fixes: #1317
(cherry picked from commit 3403da9c01)
releases/20
Sperl Viktor 3 months ago committed by George Joseph
parent 6646bc2dfd
commit b88e04a6f5

@ -1548,7 +1548,7 @@
#define MAX_ARGS 128 #define MAX_ARGS 128
#define MAX_CMD_LEN 80 #define MAX_CMD_LEN 80
#define AGI_NANDFS_RETRY 3 #define AGI_NANDFS_RETRY 3
#define AGI_BUF_LEN 2048 #define AGI_BUF_LEN 8192
#define SRV_PREFIX "_agi._tcp." #define SRV_PREFIX "_agi._tcp."
static char *app = "AGI"; static char *app = "AGI";

Loading…
Cancel
Save