[sr-dev] git:master: rtpproxy-ng: increase the receive buffer size to 64k

Richard Fuchs rfuchs at sipwise.com
Mon Feb 17 19:31:10 CET 2014


Module: sip-router
Branch: master
Commit: e8f26d65d7229e048fc2f106919322660710e8d1
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e8f26d65d7229e048fc2f106919322660710e8d1

Author: Richard Fuchs <rfuchs at sipwise.com>
Committer: Richard Fuchs <rfuchs at sipwise.com>
Date:   Mon Feb 17 13:30:21 2014 -0500

rtpproxy-ng: increase the receive buffer size to 64k

---

 modules/rtpproxy-ng/rtpproxy.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/rtpproxy-ng/rtpproxy.c b/modules/rtpproxy-ng/rtpproxy.c
index 1d23675..60f53ce 100644
--- a/modules/rtpproxy-ng/rtpproxy.c
+++ b/modules/rtpproxy-ng/rtpproxy.c
@@ -1468,7 +1468,7 @@ send_rtpp_command(struct rtpp_node *node, bencode_item_t *dict, int *outlen)
 	struct sockaddr_un addr;
 	int fd, len, i, vcnt;
 	char *cp;
-	static char buf[4096];
+	static char buf[0x10000];
 	struct pollfd fds[1];
 	struct iovec *v;
 




More information about the sr-dev mailing list