mirror of
				https://github.com/ossrs/srs.git
				synced 2025-03-09 15:49:59 +00:00 
			
		
		
		
	for bug #251, add queue fast vector. 2.0.66
This commit is contained in:
		
							parent
							
								
									8f72f79504
								
							
						
					
					
						commit
						5a2b8afead
					
				
					 4 changed files with 131 additions and 3 deletions
				
			
		|  | @ -31,7 +31,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | |||
| // current release version
 | ||||
| #define VERSION_MAJOR       2 | ||||
| #define VERSION_MINOR       0 | ||||
| #define VERSION_REVISION    65 | ||||
| #define VERSION_REVISION    66 | ||||
| // server info.
 | ||||
| #define RTMP_SIG_SRS_KEY "SRS" | ||||
| #define RTMP_SIG_SRS_ROLE "origin/edge server" | ||||
|  |  | |||
|  | @ -135,6 +135,11 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | |||
| */ | ||||
| #undef SRS_PERF_QUEUE_FAST_CACHE | ||||
| /**
 | ||||
| * whether enable the fast vector for qeueue. | ||||
| * @see https://github.com/winlinvip/simple-rtmp-server/issues/251
 | ||||
| */ | ||||
| #undef SRS_PERF_QUEUE_FAST_VECTOR | ||||
| /**
 | ||||
| * whether use cond wait to send messages. | ||||
| * @remark this improve performance for large connectios. | ||||
| * @see https://github.com/winlinvip/simple-rtmp-server/issues/251
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue