Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Embed: (wiki syntax)

« Back to documentation index

altcp_tls_mbedtls_mem.c File Reference

altcp_tls_mbedtls_mem.c File Reference

Application layered TCP connection API (to be used from TCPIP thread) More...

Go to the source code of this file.


Detailed Description

Application layered TCP connection API (to be used from TCPIP thread)

This file contains memory management functions for a TLS layer using mbedTLS.

ATTENTION: For production usage, you might want to override this file with your own implementation since this implementation simply uses the lwIP heap without caring for fragmentation or leaving heap for other parts of lwIP!

Definition in file altcp_tls_mbedtls_mem.c.