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
..
2018-02-01 09:19:16 +01:00
2016-08-08 12:16:17 +02:00
2016-08-03 20:21:54 +02:00
2017-05-11 20:51:41 +02:00
2016-10-23 10:00:54 +02:00