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

@@ -67,4 +67,7 @@
#define MEMP_NUM_SYS_TIMEOUT (LWIP_NUM_SYS_TIMEOUT_INTERNAL + 1)
/* MIB2 stats are required to check IPv4 reassembly results */
#define MIB2_STATS 1
#endif /* LWIP_HDR_LWIPOPTS_H */