summaryrefslogtreecommitdiffstats
path: root/tests/echo_srv.c
Commit message (Expand)AuthorAgeFilesLines
* tests/echo_srv: allow more than once tcp connection at a timeStefan Metzmacher2021-02-081-1/+1
* tests/echo_srv: make the main server logic resilient to ECONNABORTED from acc...Stefan Metzmacher2021-02-051-0/+3
* test_echo_tcp_socket_options.c: add tests for TCP_INFOStefan Metzmacher2020-06-221-0/+32
* Revert "test_echo_tcp_socket_options.c: add tests for TCP_INFO"Stefan Metzmacher2020-06-191-32/+0
* test_echo_tcp_socket_options.c: add tests for TCP_INFOStefan Metzmacher2020-06-191-0/+32
* tests: Fix a coverty warning in echo_srvAndreas Schneider2020-03-231-1/+3
* tests: Fix typo in echo_srv helpAndreas Schneider2019-03-211-1/+1
* tests: Increase backlog count for listen() in echo_srvAnoop C S2018-11-121-1/+1
* tests: Protect IPv6 case in echo_srvAndreas Schneider2018-11-061-0/+6
* echo_srv: Check for a valid pidfile pointerAndreas Schneider2018-10-231-1/+1
* echo_srv: Only use 128K as buffer size instead of 4MBAndreas Schneider2018-10-231-1/+1
* echo_srv: Do not close bogus file descriptorsAndreas Schneider2018-10-231-4/+2
* tests: Avoid -Wcast-align warningAnoop C S2018-10-231-28/+18
* tests: Prevent child process falling to defunct stateAnoop C S2018-08-091-0/+2
* tests: Fix resouce leak in echo_srv tcp handlingAndreas Schneider2018-05-041-2/+1
* tests: Modify echo server to accept multiple connectionsAnoop C S2018-05-021-23/+35
* echo_srv: Silence alignment warnings.Andreas Schneider2014-09-021-4/+8
* echo_srv: Fix type punning warnings.Andreas Schneider2014-09-011-88/+86
* echo_srv: Write pidfile after we setup the listeners.Andreas Schneider2014-05-311-9/+11
* echo_srv: Add support for IP_SENDSRCADDR.Andreas Schneider2014-05-261-5/+13
* echo_srv: Implement support for IP_RECVDSTADDR on BSD.Andreas Schneider2014-05-261-14/+52
* swrap: Implement support for IP_RECVDSTADDR on BSD.Andreas Schneider2014-05-261-5/+1
* echo_srv: Fix building on OpenIndiana.Andreas Schneider2014-05-261-7/+33
* swrap: Check if the in_pktinfo structure is available.Andreas Schneider2014-05-261-0/+2
* tests: Add support to sending IP_PKTINFO in echo_srv.Andreas Schneider2014-05-221-3/+88
* tests: Add support to receive IP_PKTINFO in echo_srv.Andreas Schneider2014-05-221-5/+194
* echo_srv: Fix possible resouce leaks on error in socket_dup().Andreas Schneider2014-04-251-0/+8
* echo_srv: Improve reopening low fds.Andreas Schneider2014-04-141-7/+16
* echo_srv: Don't leak client_sock on failures in echo_tcpJakub Hrozek2014-04-141-8/+9
* echo_srv: Fix resource leak of fd in pidfile().Andreas Schneider2014-04-141-3/+10
* echo_srv: Fix resource leak of s2 on error.Andreas Schneider2014-04-141-1/+1
* echo_srv: Fix resource leak of sock.Andreas Schneider2014-04-141-0/+1
* echo_srv: Add fd duplication and test it works.Andreas Schneider2013-12-241-4/+206
* echo_srv: Add missing includes.Andreas Schneider2013-12-201-7/+11
* echo_srv: Fix a build warning.Andreas Schneider2013-12-121-1/+1
* tests: use discard_const to get rid of a warning on SolarisJakub Hrozek2013-12-111-7/+15
* tests: Fix the help output of the echo serverJakub Hrozek2013-12-101-2/+9
* tests: Add a simple echo serverJakub Hrozek2013-12-101-0/+330