mbedtls/programs
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
..
aes Merge remote-tracking branch 'public/pr/1198' into development 2018-07-24 17:20:17 +01:00
hash
pkey Merge remote-tracking branch 'public/pr/919' into development 2018-07-24 13:28:51 +01:00
random
ssl Add cmd line option to ssl_client2 for datagram packing 2018-08-17 15:45:40 +01:00
test UDP proxy: Allow more than one message to be delayed 2018-08-21 16:50:30 +01:00
util
x509
.gitignore
CMakeLists.txt
Makefile
wince_main.c