lwIP
2.1.0
Lightweight IP stack
|
#include "lwip/opt.h"
Macros | |
#define | LWIP_ALTCP_TLS_MBEDTLS 0 |
#define | ALTCP_MBEDTLS_DEBUG LWIP_DBG_OFF |
#define | ALTCP_MBEDTLS_SESSION_CACHE_TIMEOUT_SECONDS 0 |
Application layered TCP/TLS connection API (to be used from TCPIP thread)
This file contains options for an mbedtls port of the TLS layer.
#define ALTCP_MBEDTLS_DEBUG LWIP_DBG_OFF |
Configure debug level of this file
#define ALTCP_MBEDTLS_SESSION_CACHE_TIMEOUT_SECONDS 0 |
Set a session timeout in seconds for the basic session cache ATTENTION: Using a session cache can lower security by reusing keys!
#define LWIP_ALTCP_TLS_MBEDTLS 0 |
LWIP_ALTCP_TLS_MBEDTLS==1: use mbedTLS for TLS support for altcp API mbedtls include directory must be reachable via include search path