Module: kamailio Branch: master Commit: d7d6444b3936390e1d977d72dcaa10197c87b87e URL: https://github.com/kamailio/kamailio/commit/d7d6444b3936390e1d977d72dcaa10197c87b87e
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2026-01-02T11:56:41+01:00 topos: increase size for data buffer --- Modified: src/modules/topos/tps_storage.h --- Diff: https://github.com/kamailio/kamailio/commit/d7d6444b3936390e1d977d72dcaa10197c87b87e.diff Patch: https://github.com/kamailio/kamailio/commit/d7d6444b3936390e1d977d72dcaa10197c87b87e.patch --- diff --git a/src/modules/topos/tps_storage.h b/src/modules/topos/tps_storage.h index 6e6207af451..d95d23277dd 100644 --- a/src/modules/topos/tps_storage.h +++ b/src/modules/topos/tps_storage.h @@ -50,7 +50,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!
