Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: TYBLE16_simple_data_logger TYBLE16_MP3_Air
lwip_altcp_alloc.c File Reference
Application layered TCP connection API (to be used from TCPIP thread)
This interface mimics the tcp callback API to the application while preventing direct linking (much like virtual functions).
More...
Go to the source code of this file.
Functions | |
struct altcp_pcb * | altcp_tls_new (struct altcp_tls_config *config, u8_t ip_type) |
This standard allocator function creates an altcp pcb for TLS over TCP. | |
struct altcp_pcb * | altcp_tls_alloc (void *arg, u8_t ip_type) |
This standard allocator function creates an altcp pcb for TLS over TCP. |
Detailed Description
Application layered TCP connection API (to be used from TCPIP thread)
This interface mimics the tcp callback API to the application while preventing direct linking (much like virtual functions).
This way, an application can make use of other application layer protocols on top of TCP without knowing the details (e.g. TLS, proxy connection).
This file contains allocation implementation that combine several layers.
Definition in file lwip_altcp_alloc.c.
Generated on Tue Jul 12 2022 13:55:13 by
