esp-idf/components/lwip/core
Liu Zhi Fu 4ad1f2b272 lwip: optimize TCP close
Optimize TCP close:
1. Not remove TCP pcb when IP address is changed since the lwip netconn still need the pcb
2. If the TCP connection is in TCP_FIN_WAIT_1 for too long time, remove it
2017-07-27 12:44:39 +08:00
..
ipv4
ipv6
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.c
tcp_in.c
tcp_out.c
timers.c
udp.c