Fixed bugs #51606 and #51535: IPv4 reassembly could be finished although there are holes

This commit is contained in:
goldsimon
2017-08-02 21:11:53 +02:00
parent 2781d7abd7
commit 5ea7f507c3
6 changed files with 173 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ TESTFILES=$(TESTDIR)/lwip_unittests.c \
$(TESTDIR)/core/test_pbuf.c \
$(TESTDIR)/dhcp/test_dhcp.c \
$(TESTDIR)/etharp/test_etharp.c \
$(TESTDIR)/ip4/test_ip4.c \
$(TESTDIR)/mdns/test_mdns.c \
$(TESTDIR)/mqtt/test_mqtt.c \
$(TESTDIR)/tcp/tcp_helper.c \