commit | dbb192d157537bff0a86ff87b0c061307aa68247 | [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:43:27 2021 -0400 |
tree | ed8baab28ab2c9310519ad0fe5d716a56d28d57e | |
parent | 59244e87e1f04ad501b816797f7f1a2bea98435a [diff] |
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 958b0b5..5f71ec9 100644 --- a/programs/ssl/dtls_server.c +++ b/programs/ssl/dtls_server.c
@@ -87,7 +87,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