commit | d80763761f62733aba65eec4e093f6150b69d3cc | [log] [tgz] |
---|---|---|
author | Ryan LaPointe <ryan@ryanlapointe.org> | Mon Mar 01 10:03:31 2021 -0500 |
committer | Ryan LaPointe <ryan@ryanlapointe.org> | Mon Mar 15 16:55:10 2021 -0400 |
tree | 614f61885567a15998528bb565828871d67a82f4 | |
parent | a7e586bc2fb2f4eee7ff4e2b3df95e229f4573f2 [diff] [blame] |
Fix inaccurate comment in sample DTLS server Signed-off-by: Ryan LaPointe <ryan@ryanlapointe.org>
diff --git a/programs/ssl/dtls_server.c b/programs/ssl/dtls_server.c index c3b073e..cebeffa 100644 --- a/programs/ssl/dtls_server.c +++ b/programs/ssl/dtls_server.c
@@ -114,7 +114,7 @@ #include "mbedtls/ssl_cache.h" #endif -#define READ_TIMEOUT_MS 10000 /* 5 seconds */ +#define READ_TIMEOUT_MS 10000 /* 10 seconds */ #define DEBUG_LEVEL 0