lwip/test/unit
Joel Cunningham c31bd404e2 Fix unit test with assumed congestion avoidance
test_tcp_fast_rexmit_wraparound correctness relied on the congestion
window being in congestion avoidance so that only a single TCP_MSS
segment is sent upon ACKing the first segment.

It's not known whether the test was relying tcp_alloc() to set ssthresh
to 0 and thus start in congestion avoidance or if the test was working by
accident until changes in b90a54f989

This fixes the test by enforcing the requirement of starting in
congestion avoidance

Signed-off-by: goldsimon <goldsimon@gmx.de>
(cherry picked from commit 8bf402fd67)
2017-03-13 09:14:38 +01:00
..
core
dhcp Remove duplicate netif_dhcp_data() macro 2017-01-10 10:42:22 +01:00
etharp
mdns fixed warnings in mdns unit tests 2017-01-04 15:25:52 +01:00
tcp Fix unit test with assumed congestion avoidance 2017-03-13 09:14:38 +01:00
udp
lwip_check.h
lwip_unittests.c
lwipopts.h