lwip/test/unit
Joel Cunningham c03fef9a3c bug #50837: add zero-window probe timeout
This commit adds a timeout to the zero-window probing (persist timer)
mechanism. LwIP has not historically had a timeout for the persist
timer, leading to unbounded blocking if connection drops during the
zero-window condition

This commit also adds two units test, one to check the RTO timeout
and a second to check the zero-window probe timeout
2017-05-09 09:01:03 -05:00
..
api fix test_sockets_msgapi_cmsg unit test (msvc gives me "warning C4706: assignment within conditional expression") 2017-04-25 23:08:53 +02:00
arch let unit test sys_arch check that a mutex is not taken recursively 2017-04-11 12:43:33 +02:00
core added unit test to allocate zero length pbufs 2017-04-26 20:16:27 +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 Possible null-pointer dereference 2017-03-22 22:51:08 +01:00
mqtt added unit test for mqtt (that does not really do something useful yet) 2017-04-12 21:54:42 +02:00
tcp bug #50837: add zero-window probe timeout 2017-05-09 09:01:03 -05:00
udp minor: macros should not end with underscore(s) 2016-08-08 21:47:53 +02:00
Filelists.mk add mqtt_test.c to test/unit/Filelists.mk 2017-04-12 22:05: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 added unit test for mqtt (that does not really do something useful yet) 2017-04-12 21:54:42 +02:00
lwipopts.h sockets: task #14247, add CMSG and IP_PKTINFO 2017-04-25 09:44:03 -05:00