History log of /seL4-camkes-master/projects/lwip/test/unit/tcp/tcp_helper.c
Revision Date Author Comments
# 48c687ea 05-Sep-2017 goldsimon <goldsimon@gmx.de>

tcp_remove_all() (used in tcp test setup/teardown): handle tcp_bound_pcbs, too


# 6fe66771 23-Mar-2017 Joel Cunningham <joel.cunningham@me.com>

test_tcp: de-duplicate test IP addresses, netmask, and ports

This creates a single version of test IP addresses, netmasks, and ports.
All tests were using the same values, but duplicated in each test

This also adds const to some functions so we can use a const version
of addresses


# b198c877 16-Jan-2017 sg <goldsimon@gmx.de>

fix compiling TCP unit tests with IPv6 enabled


# 1884c7e8 31-Dec-2016 Dirk Ziegelmeier <dirk@ziegelmeier.net>

Fix TCP unit tests after changes from "Add hook for TCP Initial Sequence Number generation" commit
(pcb->lastack and friends are not initialized during allocation any more, but by connect() / bind() call)


# 288fc8ed 08-Jul-2016 goldsimon <goldsimon@gmx.de>

fixed unit tests after changing memp stats


# d133999e 23-Jun-2016 Dirk Ziegelmeier <dirk@ziegelmeier.net>

Fix warnings in unit test code when compiling with stricter GCC settings


# 37bb0b89 10-Oct-2015 Sylvain Rochet <gradator@gradator.net>

all: trivial include changes related to the new "lwip/priv/" include directory


# e8c0ba2a 18-Sep-2015 Erik Ekman <erik.ekman@verisure.com>

Fix tests after ip4_current_header() made const


# 767d0d90 03-Aug-2015 sg <goldsimon@gmx.de>

Fixed unit tests (compiler errors/warnings, coding style)


# cf180b65 10-Apr-2015 goldsimon <goldsimon@gmx.de>

fixed unit tests after changing ip_addr_t


# 94f7bcef 20-Mar-2015 goldsimon <goldsimon@gmx.de>

Fixed tcp unit tests after changing routing to check for link up


# df16a7c4 05-Mar-2015 goldsimon <goldsimon@gmx.de>

Fixed compiler warnings in unit tests


# 5db6bb02 25-Mar-2012 goldsimon <goldsimon@gmx.de>

TCP unit tests: fix that ip.rterr stats are increased (some unit tests had no netif set)


# 8cb0b7d0 22-Feb-2012 goldsimon <goldsimon@gmx.de>

Fixed unit tests: adapted lwipopts.h and fixed test_tcp_new_counters_pcb() after adding snd_wnd_max to struct tcp_pcb.


# ce98df59 10-Oct-2011 Simon Goldschmidt <goldsimon@gmx.de>

Added unit test case for persist timer / zero window probes


# 17a5ba08 03-Sep-2011 Simon Goldschmidt <goldsimon@gmx.de>

unit tests: correctly handle small PBUF_POOL_BUFSIZE settings, prevent NULL-pointer-deref. (ooseq test is still not running correctly...)


# c9e1d6cc 26-Jul-2011 Simon Goldschmidt <goldsimon@gmx.de>

adapted unit tests to changes after adding IPv6 support


# 33a587d9 14-May-2011 goldsimon <goldsimon>

Added a test for fast-rexmit


# 791505ab 30-Mar-2011 goldsimon <goldsimon>

Fixed tcp unit tests after introducing ip_addr_p_t and letting tcp_input check for broadcasts by using current_iphdr_dest.


# bcd4b76d 21-Feb-2010 goldsimon <goldsimon>

Moved stack-internal parts of tcp.h to tcp_impl.h, tcp.h now only contains the actual application programmer's API


# 3f8e6c42 09-Feb-2010 goldsimon <goldsimon>

Fixed unit tests after changing struct ip_addr to ip_addr_t


# dbcce3a4 23-Jan-2010 goldsimon <goldsimon>

bug #26523: Compiler Warnings


# c9e06525 31-Dec-2009 goldsimon <goldsimon>

Remove C++-style comments


# fbef8946 11-Dec-2009 goldsimon <goldsimon>

tcp_set_state: fail on unimplemented state


# c5d2e536 29-Nov-2009 goldsimon <goldsimon>

Worked on tcp_oos unit tests, nearly all TCP_QUEUE_OOS code is covered now


# 902ad897 27-Nov-2009 goldsimon <goldsimon>

Initial check-in of some unit tests