From 385c46fd58a7d1b5a4a04f8d15c1222aff92fb70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1vid=20Danyi?= Date: Thu, 1 Mar 2018 17:00:11 +0100 Subject: [PATCH] * response timeout increased to 20 --- src/er-coap-13/er-coap-13.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/er-coap-13/er-coap-13.h b/src/er-coap-13/er-coap-13.h index a3220e3..d1aafc0 100644 --- a/src/er-coap-13/er-coap-13.h +++ b/src/er-coap-13/er-coap-13.h @@ -58,7 +58,7 @@ extern "C" { #endif #define COAP_DEFAULT_MAX_AGE 60 -#define COAP_RESPONSE_TIMEOUT 2 +#define COAP_RESPONSE_TIMEOUT 20 #define COAP_MAX_RETRANSMIT 4 #define COAP_ACK_RANDOM_FACTOR 1.5 #define COAP_MAX_LATENCY 100