lwip/test/unit/tcp
Clint Sbisa 32f6e7e231 tcp: Fix ooseq processing when seqno is near 2^32
An edge case in out-of-sequence TCP packet processing did not use the
appropriate macro to check if the sender overran the recieve window.

Consequently, this case sometimes evaluated to true when it shouldn't, which
resulted in various bad behavior, including trying to resize a TCP buffer to 4
gigabytes.
2015-03-20 08:32:14 +01:00
..
tcp_helper.c Fixed tcp unit tests after changing routing to check for link up 2015-03-20 08:31:39 +01:00
tcp_helper.h Fixed bug #35874 reserved identifier violation (removed leading underscores from header include guards) 2014-05-19 21:46:18 +02:00
test_tcp_oos.c tcp: Fix ooseq processing when seqno is near 2^32 2015-03-20 08:32:14 +01:00
test_tcp_oos.h Fixed bug #35874 reserved identifier violation (removed leading underscores from header include guards) 2014-05-19 21:46:18 +02:00
test_tcp.c Unit test patch by Erik Ekman: use macro to store correct testcase name 2014-02-12 21:52:21 +01:00
test_tcp.h Fixed bug #35874 reserved identifier violation (removed leading underscores from header include guards) 2014-05-19 21:46:18 +02:00