Go to the source code of this file.
◆ tcp_suite()
Suite * tcp_suite |
( |
void |
| ) |
|
Create the suite including all tests for this module
Definition at line 659 of file test_tcp.c.
660{
662 test_tcp_new_abort,
663 test_tcp_recv_inseq,
664 test_tcp_fast_retx_recover,
665 test_tcp_fast_rexmit_wraparound,
666 test_tcp_rto_rexmit_wraparound,
667 test_tcp_tx_full_window_lost_from_unacked,
668 test_tcp_tx_full_window_lost_from_unsent
669 };
671}
static Suite * create_suite(const char *name, TFun *tests, size_t num_tests, SFun setup, SFun teardown)
static struct test_info tests[]
static void tcp_teardown(void)
static void tcp_setup(void)
Referenced by main().