]> git.meshlink.io Git - meshlink/history - test/channels-udp.c
Never automatically try to bind to ports >= 32768.
[meshlink] / test / channels-udp.c
2021-03-04 Guus SliepenAllow sending up to 16 MiB in one go over a UDP channel. feature/huge-udp-channel-packets
2020-07-23 Guus SliepenFix the channels-udp test case.
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.