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
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
test_tcp.c
test_tcp.h