FreeCalypso > hg > themwi-system-sw
changeset 18:87c077b23996
sip-udp-dump: increase buffer size to 4096 bytes
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 26 Jun 2022 18:28:08 -0800 |
parents | 4e0a73be9e37 |
children | 40e5097437fa |
files | utils/sip-udp-dump.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/utils/sip-udp-dump.c Sun Jun 26 18:12:32 2022 -0800 +++ b/utils/sip-udp-dump.c Sun Jun 26 18:28:08 2022 -0800 @@ -17,7 +17,7 @@ static int sock; static FILE *logf; -static char dgram[2048]; +static char dgram[4096]; static unsigned dgram_len; static struct sockaddr_in sin; static time_t curtime;