mbedtls/programs/test
Hanno Becker 101bcba26f UDP proxy: Allow more than one message to be delayed
Previously, the UDP proxy could only remember one delayed message
for future transmission; if two messages were delayed in succession,
without another one being normally forwarded in between,
the message that got delayed first would be dropped.

This commit enhances the UDP proxy to allow to delay an arbitrary
(compile-time fixed) number of messages in succession.
2018-08-21 16:50:30 +01:00
..
benchmark.c Fix coverity warnings in benchmark.c 2018-06-25 11:19:51 +02:00
CMakeLists.txt Replace tabs with spaces 2018-06-28 05:07:08 -04:00
cpp_dummy_build.cpp cpp_dummy_build: Add NIST key wrapping header 2018-07-24 16:51:09 +01:00
selftest.c Add selftests 2018-07-24 16:43:20 +01:00
ssl_cert_test.c Fix typo in platform macro defines for examples 2018-06-14 23:01:55 +01:00
udp_proxy.c UDP proxy: Allow more than one message to be delayed 2018-08-21 16:50:30 +01:00
udp_proxy_wrapper.sh udp_proxy_wrapper.sh: fix cleanup not cleaning up 2017-10-24 11:25:19 +01:00
zeroize.c Fix coverity defects 2018-06-06 03:44:03 +01:00