lwip/doc/doxygen
goldsimon 0e85582bc0 tcp: introduce ext_args per pcb
This introduces the concept of ext (external/extended) arguments per
tcp_pcb (also for listening pcbs) to store more data than just one
"void *arg" per pcb. The "arg" is for use to applications, whereas
the ext_args may be used by frameworks and leave "arg" untouched.

In addition to a void pointer, callbacks are added to help frameworks
migrate arguments from listen pcb to connection pcb and to free args
when the pcb is freed.

Signed-off-by: goldsimon <goldsimon@gmx.de>
2018-02-01 09:19:16 +01:00
..
output Add redirection page for HTML doxygen output so one does not have to search for index.html in the huge output/html directory 2016-08-03 12:34:17 +02:00
generate.bat Restructure IPv6 config options 2016-07-28 09:21:16 +02:00
generate.sh doxygen/generate.sh: Add shebang line 2016-11-25 09:12:40 +01:00
lwip.Doxyfile tcp: introduce ext_args per pcb 2018-02-01 09:19:16 +01:00
main_page.h Documentation - "Common pitfalls": Add some words about buffer alignment 2018-01-16 10:59:42 +01:00