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

@@ -1,5 +1,6 @@
#include "lwip_check.h"
#include "ip4/test_ip4.h"
#include "udp/test_udp.h"
#include "tcp/test_tcp.h"
#include "tcp/test_tcp_oos.h"
@@ -42,6 +43,7 @@ int main(void)
SRunner *sr;
size_t i;
suite_getter_fn* suites[] = {
ip4_suite,
udp_suite,
tcp_suite,
tcp_oos_suite,