]> git.meshlink.io Git - utcp/history - test.c
Turn magic numbers into #defines.
[utcp] / test.c
2017-07-02 Guus SliepenMinor changes in the test program.
2017-07-02 Guus SliepenShow total bytes sent/received in test program.
2017-07-02 Guus SliepenLog timestamps during the test.
2017-07-02 Guus SliepenAllow dropping a selected range of packets during tests.
2017-07-02 Guus SliepenAdd a function to check for active connections.
2017-07-02 Guus SliepenAllow changing the accept callbacks.
2017-07-02 Guus SliepenClarify read/write direction in test program.
2017-07-02 Guus SliepenUse '== -1' to check for errors from functions.
2014-12-08 Guus SliepenGuard against NULL pointer dereferencing.
2014-12-08 Guus SliepenProperly handle arbitrary size files being piped into...
2014-12-05 Guus SliepenChange utcp_timeout() to return a struct timeval.
2014-08-26 Guus SliepenVarious small fixes, clarifications.
2014-08-21 Guus SliepenFix memory and resource leaks.
2014-08-16 Guus SliepenAdd socket option functions names similar to setsockopt...
2014-08-09 Guus SliepenAllow variable packet loss rates to be set in the test...
2014-08-09 Guus SliepenStart implementing timeout handling.
2014-08-09 Guus SliepenPass buffers as const.
2014-07-25 Guus SliepenDo port numbers properly.
2014-07-24 Guus SliepenStart of UTCP.