Actually use the READ_TIMEOUT_MS in the sample DTLS client and server

Signed-off-by: Ryan LaPointe <ryan@ryanlapointe.org>
This commit is contained in:
Ryan LaPointe 2021-03-01 10:02:35 -05:00
parent d61fa61bef
commit a7e586bc2f
3 changed files with 4 additions and 0 deletions

View file

@ -0,0 +1,2 @@
Changes
* Fix the setting of the read timeout in the DTLS sample programs.