Module: kamailio Branch: 5.8 Commit: 78fa465d31f86f2fda03080008c25a8ea1798db2 URL: https://github.com/kamailio/kamailio/commit/78fa465d31f86f2fda03080008c25a8ea1798db2
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2026-01-05T09:32:51+01:00 topos: increase size for data buffer (cherry picked from commit d7d6444b3936390e1d977d72dcaa10197c87b87e) (cherry picked from commit dee536cdc73e9d1b9ce494562fb1cd3d92cb6155) --- Modified: src/modules/topos/tps_storage.h --- Diff: https://github.com/kamailio/kamailio/commit/78fa465d31f86f2fda03080008c25a8ea1798db2.diff Patch: https://github.com/kamailio/kamailio/commit/78fa465d31f86f2fda03080008c25a8ea1798db2.patch --- diff --git a/src/modules/topos/tps_storage.h b/src/modules/topos/tps_storage.h index 245a1595652..ef2a81067b8 100644 --- a/src/modules/topos/tps_storage.h +++ b/src/modules/topos/tps_storage.h @@ -48,7 +48,7 @@ #define TPS_DBU_TIME (1 << 4) #define TPS_DBU_ALL (0xffffffff) -#define TPS_DATA_SIZE 8192 +#define TPS_DATA_SIZE 16384 typedef struct tps_data { char cbuf[TPS_DATA_SIZE]; _______________________________________________ Kamailio - Development Mailing List -- [email protected] To unsubscribe send an email to [email protected] Important: keep the mailing list in the recipients, do not reply only to the sender!
