|  | @@ -54,12 +54,16 @@
 | 
	
		
			
				|  |  |  #define TSI_SSL_MAX_PROTECTED_FRAME_SIZE_UPPER_BOUND 16384
 | 
	
		
			
				|  |  |  #define TSI_SSL_MAX_PROTECTED_FRAME_SIZE_LOWER_BOUND 1024
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +/* Putting a macro like this and littering the source file with #if is really
 | 
	
		
			
				|  |  | +   bad practice.
 | 
	
		
			
				|  |  | +   TODO(jboeuf): refactor all the #if / #endif in a separate module. */
 | 
	
		
			
				|  |  |  #ifndef TSI_OPENSSL_ALPN_SUPPORT
 | 
	
		
			
				|  |  |  #define TSI_OPENSSL_ALPN_SUPPORT 1
 | 
	
		
			
				|  |  |  #endif
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  /* TODO(jboeuf): I have not found a way to get this number dynamically from the
 | 
	
		
			
				|  |  | - * SSL structure. This is what we would ultimately want though... */
 | 
	
		
			
				|  |  | +   SSL structure. This is what we would ultimately want though... */
 | 
	
		
			
				|  |  |  #define TSI_SSL_MAX_PROTECTION_OVERHEAD 100
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  /* --- Structure definitions. ---*/
 |