[polypaudio-commits] r1053 - in /trunk/src/pulsecore: protocol-esound.c protocol-native.c

svnmailer-noreply at 0pointer.de svnmailer-noreply at 0pointer.de
Wed Jun 21 09:36:59 PDT 2006


Author: lennart
Date: Wed Jun 21 18:36:58 2006
New Revision: 1053

URL: http://0pointer.de/cgi-bin/viewcvs.cgi?rev=1053&root=pulseaudio&view=rev
Log:
increase the maxium number of concurrent esd and native connections

Modified:
    trunk/src/pulsecore/protocol-esound.c
    trunk/src/pulsecore/protocol-native.c

Modified: trunk/src/pulsecore/protocol-esound.c
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/pulsecore/protocol-esound.c?rev=1053&root=pulseaudio&r1=1052&r2=1053&view=diff
==============================================================================
--- trunk/src/pulsecore/protocol-esound.c (original)
+++ trunk/src/pulsecore/protocol-esound.c Wed Jun 21 18:36:58 2006
@@ -55,7 +55,7 @@
 #include "protocol-esound.h"
 
 /* Don't accept more connection than this */
-#define MAX_CONNECTIONS 10
+#define MAX_CONNECTIONS 64
 
 /* Kick a client if it doesn't authenticate within this time */
 #define AUTH_TIMEOUT 5

Modified: trunk/src/pulsecore/protocol-native.c
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/pulsecore/protocol-native.c?rev=1053&root=pulseaudio&r1=1052&r2=1053&view=diff
==============================================================================
--- trunk/src/pulsecore/protocol-native.c (original)
+++ trunk/src/pulsecore/protocol-native.c Wed Jun 21 18:36:58 2006
@@ -62,7 +62,7 @@
 #define AUTH_TIMEOUT 60
 
 /* Don't accept more connection than this */
-#define MAX_CONNECTIONS 10
+#define MAX_CONNECTIONS 64
 
 #define MAX_MEMBLOCKQ_LENGTH (4*1024*1024) /* 4MB */
 




More information about the pulseaudio-commits mailing list