mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	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
This commit is contained in:
		
							parent
							
								
									045b05cd91
								
							
						
					
					
						commit
						18b8b84b7e
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -55,7 +55,7 @@
 | 
				
			||||||
#include "protocol-esound.h"
 | 
					#include "protocol-esound.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Don't accept more connection than this */
 | 
					/* 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 */
 | 
					/* Kick a client if it doesn't authenticate within this time */
 | 
				
			||||||
#define AUTH_TIMEOUT 5
 | 
					#define AUTH_TIMEOUT 5
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -62,7 +62,7 @@
 | 
				
			||||||
#define AUTH_TIMEOUT 60
 | 
					#define AUTH_TIMEOUT 60
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Don't accept more connection than this */
 | 
					/* Don't accept more connection than this */
 | 
				
			||||||
#define MAX_CONNECTIONS 10
 | 
					#define MAX_CONNECTIONS 64
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define MAX_MEMBLOCKQ_LENGTH (4*1024*1024) /* 4MB */
 | 
					#define MAX_MEMBLOCKQ_LENGTH (4*1024*1024) /* 4MB */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue