Browse Source

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

Richard Fuchs 11 years ago
parent
commit
e8f26d65d7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/rtpproxy-ng/rtpproxy.c

+ 1 - 1
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;