| 
									
										
										
										
											2020-06-05 17:17:55 +02:00
										 |  |  | menu "ESP-ASIO" | 
					
						
							| 
									
										
										
										
											2021-05-20 18:50:02 +10:00
										 |  |  |     visible if LWIP_IPV6 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-12-18 18:08:42 +01:00
										 |  |  |     config ASIO_IS_ENABLED | 
					
						
							|  |  |  |         # Invisible option that is enabled if ASIO is added to the IDF components. | 
					
						
							|  |  |  |         # This is used to "select" LWIP_NETIF_API option | 
					
						
							|  |  |  |         # which enables if_indextoname() and if_nametoindex() functions | 
					
						
							|  |  |  |         # (these are optionally used in asio) | 
					
						
							|  |  |  |         bool | 
					
						
							|  |  |  |         default "y" | 
					
						
							|  |  |  |         select LWIP_NETIF_API | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-06-05 17:17:55 +02:00
										 |  |  |     config ASIO_SSL_SUPPORT | 
					
						
							|  |  |  |         bool "Enable SSL/TLS support of ASIO" | 
					
						
							|  |  |  |         default n | 
					
						
							|  |  |  |         help | 
					
						
							|  |  |  |             Enable support for basic SSL/TLS features, available for mbedTLS/OpenSSL | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-10-14 10:17:24 +02:00
										 |  |  |     config ASIO_SSL_BIO_SIZE | 
					
						
							|  |  |  |         int "Size of BIO object" | 
					
						
							|  |  |  |         default 1024 | 
					
						
							|  |  |  |         depends on ASIO_SSL_SUPPORT | 
					
						
							|  |  |  |         help | 
					
						
							|  |  |  |             Size in bytes of SSL-BIO implementation. | 
					
						
							|  |  |  |             Reducing the BIO size saves more RAM, but may slow down input output operations due to | 
					
						
							|  |  |  |             fragmentation. | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-06-05 17:17:55 +02:00
										 |  |  | endmenu |