mbedtls/programs/test
Hanno Becker 1dd62ea811 Add packing option to UDP proxy
This commit provides the new option pack=TIME for the udp proxy
./programs/test/udp_proxy. If used, udp packets with the same
destination will be queued and concatenated for up to TIME
milliseconds before being delivered.

This is useful to test how mbed TLS's deals with multiple DTLS records
within a single datagram.
2017-10-10 16:01:15 +01:00
..
benchmark.c Clean up of formatting, and potential integer overflow fix 2016-10-06 15:23:39 +01:00
CMakeLists.txt Fix whitespace in CMakeLists.txt 2015-06-25 10:59:57 +02:00
selftest.c Minor fixes to formatting and compilation conditions 2016-10-06 12:51:24 +01:00
ssl_cert_test.c Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
udp_proxy.c Add packing option to UDP proxy 2017-10-10 16:01:15 +01:00
udp_proxy_wrapper.sh Introduce UDP proxy wrapper script 2017-10-10 16:01:15 +01:00