ReactOS 0.4.16-dev-736-g28b802b
altcp_alloc.c File Reference
#include "lwip/opt.h"
Include dependency graph for altcp_alloc.c:

Go to the source code of this file.

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 altcp_alloc.c.