commit | 59244e87e1f04ad501b816797f7f1a2bea98435a | [log] [tgz] |
---|---|---|
author | Ryan LaPointe <ryan@ryanlapointe.org> | Mon Mar 01 10:02:35 2021 -0500 |
committer | Ryan LaPointe <ryan@ryanlapointe.org> | Mon Mar 15 16:43:08 2021 -0400 |
tree | 63cbcbbea44451885e37820fa3c1d945fa24d374 | |
parent | e483a77c85e1f9c1dd2eb1c5a8f552d2617fe400 [diff] [blame] |
Actually use the READ_TIMEOUT_MS in the sample DTLS client and server Signed-off-by: Ryan LaPointe <ryan@ryanlapointe.org>
diff --git a/ChangeLog.d/dtls_sample_use_read_timeout.txt b/ChangeLog.d/dtls_sample_use_read_timeout.txt new file mode 100644 index 0000000..e3150d6 --- /dev/null +++ b/ChangeLog.d/dtls_sample_use_read_timeout.txt
@@ -0,0 +1,2 @@ +Changes + * Fix the setting of the read timeout in the DTLS sample programs.