From d80763761f62733aba65eec4e093f6150b69d3cc Mon Sep 17 00:00:00 2001 From: Ryan LaPointe Date: Mon, 1 Mar 2021 10:03:31 -0500 Subject: [PATCH] Fix inaccurate comment in sample DTLS server Signed-off-by: Ryan LaPointe --- programs/ssl/dtls_server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/ssl/dtls_server.c b/programs/ssl/dtls_server.c index c3b073e4c..cebeffac4 100644 --- a/programs/ssl/dtls_server.c +++ b/programs/ssl/dtls_server.c @@ -114,7 +114,7 @@ int main( void ) #include "mbedtls/ssl_cache.h" #endif -#define READ_TIMEOUT_MS 10000 /* 5 seconds */ +#define READ_TIMEOUT_MS 10000 /* 10 seconds */ #define DEBUG_LEVEL 0