Fix inaccurate comment in sample DTLS server

Signed-off-by: Ryan LaPointe <[email protected]>
This commit is contained in:
Ryan LaPointe
2021-03-15 16:55:10 -04:00
parent a7e586bc2f
commit d80763761f
+1 -1
View File
@@ -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