Module: sip-router Branch: master Commit: c128a347602c2dc96e8138484e908b2700dd6824 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c128a347...
Author: pd peter.dunkley@crocodile-rcs.com Committer: pd peter.dunkley@crocodile-rcs.com Date: Mon Jul 25 10:50:38 2011 +0100
modules/tm: Added support for requests > 32 kb over TCP
- Issue found and fixed by Andrew Miller at Crocodile RCS
---
modules/tm/h_table.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/tm/h_table.h b/modules/tm/h_table.h index 905e2dd..30a60e1 100644 --- a/modules/tm/h_table.h +++ b/modules/tm/h_table.h @@ -168,7 +168,7 @@ typedef struct retr_buf volatile unsigned short flags; /* DISABLED, T2 */ volatile unsigned char t_active; /* timer active */ unsigned short branch; /* no more then 65k branches :-) */ - short buffer_len; + int buffer_len; char *buffer; /*the cell that contains this retrans_buff*/ struct cell* my_T;