summaryrefslogtreecommitdiffstats
path: root/src/pulsecore
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-06-21 16:36:58 +0000
committerLennart Poettering <lennart@poettering.net>2006-06-21 16:36:58 +0000
commit18b8b84b7e3885165ef14cd7c25fa34f1ce36b61 (patch)
tree8c216f83cd3d99dda80676b81d9d4578430f18d8 /src/pulsecore
parent045b05cd91aa313d9a3cb496f8a0e664d8bceea3 (diff)
increase the maxium number of concurrent esd and native connections
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1053 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/pulsecore')
-rw-r--r--src/pulsecore/protocol-esound.c2
-rw-r--r--src/pulsecore/protocol-native.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/pulsecore/protocol-esound.c b/src/pulsecore/protocol-esound.c
index 6b9112bf..5daa32fe 100644
--- a/src/pulsecore/protocol-esound.c
+++ b/src/pulsecore/protocol-esound.c
@@ -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
diff --git a/src/pulsecore/protocol-native.c b/src/pulsecore/protocol-native.c
index 1f936e75..f77c9c24 100644
--- a/src/pulsecore/protocol-native.c
+++ b/src/pulsecore/protocol-native.c
@@ -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 */