mirror of https://github.com/v2ray/v2ray-core
				
				
				
			remove buffer pool of 512k
							parent
							
								
									4c798584ff
								
							
						
					
					
						commit
						720aca16d5
					
				| 
						 | 
				
			
			@ -20,7 +20,7 @@ func createAllocFunc(size int32) func() interface{} {
 | 
			
		|||
// Package buf is guaranteed to not use buffers larger than the largest pool.
 | 
			
		||||
// Other packets may use larger buffers.
 | 
			
		||||
const (
 | 
			
		||||
	numPools  = 5
 | 
			
		||||
	numPools  = 4
 | 
			
		||||
	sizeMulti = 4
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue