mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-04 04:32:24 -05:00 
			
		
		
		
	Increase maximum number of buffered handshake messages
This commit is contained in:
		
							parent
							
								
									f103542c3d
								
							
						
					
					
						commit
						d488b9e490
					
				@ -156,7 +156,7 @@
 | 
			
		||||
                                      ( MBEDTLS_SSL_OUT_CONTENT_LEN ) )
 | 
			
		||||
 | 
			
		||||
/* The maximum number of buffered handshake messages. */
 | 
			
		||||
#define MBEDTLS_SSL_MAX_BUFFERED_HS 2
 | 
			
		||||
#define MBEDTLS_SSL_MAX_BUFFERED_HS 4
 | 
			
		||||
 | 
			
		||||
/* Maximum length we can advertise as our max content length for
 | 
			
		||||
   RFC 6066 max_fragment_length extension negotiation purposes
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user