]> git.meshlink.io Git - meshlink/history - test/channels-udp.c
Don't use assert() to check the results of pthread_*() calls.
[meshlink] / test / channels-udp.c
2020-06-12 Guus SliepenFix warnings and missing mutex/cond initialization...
2020-05-13 Guus SliepenFix more compiler warnings.
2020-04-11 Guus SliepenCheck that we can send up to 65536 bytes at a time...
2020-04-02 Guus SliepenUpdate UTCP to support fragmenting packets on UDP style...
2019-10-30 Guus SliepenEnsure NDEBUG is not set in the test suite.
2019-10-07 Guus SliepenRefactor the non-blackbox test suite.
2019-10-04 Guus SliepenClean up resources in the test cases.
2019-09-22 Guus SliepenTest UDP channels.