lwip/src/core
David Girault ee89d906ec altcp_tcp: some fixes
- expose `altcp_tcp_setup()` so we can wrap altcp over existing tcp pcb.
- avoid calling tcp_close() with NULL pcb.
- free altcp_pcb struct when error callback called.

According to `mqtt_tcp_err_cb()` in src/apps/mqtt/mqtt.c, altcp socket should
work the same way than raw tcp socket. So freeing altcp_pcb ensure this.
2017-08-08 12:59:46 +02:00
..
ipv4 Implement task #14594: Improve consistency of ip route API parameters 2017-08-08 12:41:19 +02:00
ipv6 task #14597: cleanup pbuf_header usages (use pbuf_add_header/pbuf_remove_header instead) 2017-08-04 22:38:11 +02:00
altcp_tcp.c altcp_tcp: some fixes 2017-08-08 12:59:46 +02:00
altcp.c altcp: fix altcp_free 2017-08-08 12:59:45 +02:00
def.c
dns.c
inet_chksum.c
init.c
ip.c
mem.c
memp.c
netif.c
pbuf.c Rework pbuf_add_header_impl to only modify the pbuf after all checks passed 2017-08-08 12:19:06 +02:00
raw.c task #14597: cleanup pbuf_header usages (use pbuf_add_header/pbuf_remove_header instead) 2017-08-04 22:38:11 +02:00
stats.c
sys.c
tcp_in.c task #14597: cleanup pbuf_header usages (use pbuf_add_header/pbuf_remove_header instead) 2017-08-04 22:38:11 +02:00
tcp_out.c task #14597: cleanup pbuf_header usages (use pbuf_add_header/pbuf_remove_header instead) 2017-08-04 22:38:11 +02:00
tcp.c tcp.c: Remove side-effects from boolean expressions 2017-08-08 11:05:23 +02:00
timeouts.c
udp.c Implement task #14594: Improve consistency of ip route API parameters 2017-08-08 12:41:19 +02:00