lwip/test/unit
Joel Cunningham 8bf402fd67 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>
2017-03-10 08:12:17 +01:00
..
core minor: macros should not end with underscore(s) 2016-08-08 21:47:53 +02:00
dhcp Remove duplicate netif_dhcp_data() macro 2017-01-05 21:14:43 +01:00
etharp Fix warning in test_etharp.c 2016-08-19 09:03:57 +02:00
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-10 08:12:17 +01:00
udp minor: macros should not end with underscore(s) 2016-08-08 21:47:53 +02:00
lwip_check.h minor: macros should not end with underscore(s) 2016-08-08 21:47:53 +02:00
lwip_unittests.c Apply patch #8755: Multicast DNS responder support from Erik Ekman 2016-08-14 15:07:45 +02:00
lwipopts.h Improve netif client data API for lwIP internal clients - these can use a compile-time constant to access their data now 2016-08-18 12:37:21 +02:00