* response timeout increased to 20

This commit is contained in:
Dávid Danyi 2018-03-01 17:00:11 +01:00
parent ac2baaf33d
commit 385c46fd58

View File

@ -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