History log of /seL4-camkes-master/projects/lwip/src/core/altcp_alloc.c
Revision Date Author Comments
# a044c807 24-Sep-2018 Simon Goldschmidt <goldsimon@gmx.de>

altcp_tls: rename altcp_tls_new -> altcp_tls_wrap, add altcp_tls_new

The new altcp_tls_new() is a type safe version of altcp_tls_alloc()

Signed-off-by: Simon Goldschmidt <goldsimon@gmx.de>


# bcff67b0 20-Feb-2018 goldsimon <goldsimon@gmx.de>

altcp_tls_alloc: need to close inner conn instead of freeing it


# 842b9f44 19-Feb-2018 goldsimon <goldsimon@gmx.de>

altcp: simplify creating different types by adding an allocator concept

This is done with an example in the http_client

Signed-off-by: goldsimon <goldsimon@gmx.de>