mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-25 09:16:20 +00:00
ee89d906ec
- 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. |
||
---|---|---|
.. | ||
ipv4 | ||
ipv6 | ||
altcp_tcp.c | ||
altcp.c | ||
def.c | ||
dns.c | ||
inet_chksum.c | ||
init.c | ||
ip.c | ||
mem.c | ||
memp.c | ||
netif.c | ||
pbuf.c | ||
raw.c | ||
stats.c | ||
sys.c | ||
tcp_in.c | ||
tcp_out.c | ||
tcp.c | ||
timeouts.c | ||
udp.c |