]> git.meshlink.io Git - utcp/history - test.c
Handle channel closure during a receive callback when the ringbuffer wraps.
[utcp] / test.c
2020-03-28 Guus SliepenUse clock_gettime() instead of gettimeofday().
2020-03-19 Guus SliepenDistinguish between MTU and MSS.
2020-03-14 Guus SliepenMake global variables and functions static in the test...
2020-03-14 Guus SliepenMake the send/receive buffer size configurable in the...
2020-03-14 Guus SliepenAdd better debugging output.
2020-03-08 Guus SliepenUpdate test program to set a better default MTU.
2019-09-22 Guus SliepenAllow setting the MTU in the test program.
2018-07-22 Guus SliepenAdd more error messages to test program, allow socket...
2017-10-02 Guus SliepenFormat the code using the Artistic Style formatter.
2017-10-02 Guus SliepenConvert sizeof foo to sizeof(foo).
2017-10-02 Guus SliepenFix warnings when compiling with -Wall -W.
2017-07-03 Guus SliepenIntroduce utcp_connect_ex().
2017-07-02 Guus SliepenAllow test program to compare input to a reference...
2017-07-02 Guus SliepenOnly log debug messages in test program when UTCP_DEBUG...
2017-07-02 Guus SliepenAdd more debug messages.
2017-07-02 Guus SliepenLog when dropping packets in the test program.
2017-07-02 Guus SliepenDon't use ?: without the middle argument.
2017-07-02 Guus SliepenAlways check the return value of malloc().
2017-07-02 Guus SliepenAllow setting $DROPFROM without having to specify ...
2017-07-02 Guus SliepenSimulate packet reordering.
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.