summaryrefslogtreecommitdiffstats
path: root/tests/test_echo_tcp_socket_options.c
Commit message (Expand)AuthorAgeFilesLines
* test_echo_tcp_socket_options.c: add tests for TCP_INFOStefan Metzmacher2020-06-221-0/+50
* Revert "test_echo_tcp_socket_options.c: add tests for TCP_INFO"Stefan Metzmacher2020-06-191-50/+0
* test_echo_tcp_socket_options.c: add tests for TCP_INFOStefan Metzmacher2020-06-191-0/+50
* tests: Add test for TCP_NODELAY setsockopt()Andreas Schneider2015-10-141-0/+11
* tests: Add test for TCP_NODELAY getsockopt()Andreas Schneider2015-10-141-0/+38
* tests: Migrate to new cmocka APIAndreas Schneider2015-08-111-14/+26
* tests: Pass the sockaddr structure to system functions.Andreas Schneider2014-09-021-2/+2
* tests: Fix type punning warnings.Andreas Schneider2014-09-011-24/+24
* SO_PROTOCOL is platform-dependentJakub Hrozek2014-07-291-1/+9
* tests: Add more tests for socket options.Andreas Schneider2014-05-261-0/+147
* tests: Fix a possible resource leak on error in sockopt test.Andreas Schneider2014-04-141-2/+2
* test: Fix getsockopt on Solaris.Andreas Schneider2013-12-231-2/+3
* tests: Fix getsockopt() on Solaris.Andreas Schneider2013-12-231-2/+2
* tests: Add test_echo_tcp_socket_options().Andreas Schneider2013-12-231-0/+151