Skip to content

Commit 565638c

Browse files
author
Tero Heinonen
committed
Changed DTLS_HANDSHAKE_TIMEOUT_MAX 125s -> 201s (#22)
1 parent 61d21d7 commit 565638c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/include/coap_security_handler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ typedef void start_timer_cb(int8_t timer_id, uint32_t min, uint32_t fin);
4343
typedef int timer_status_cb(int8_t timer_id);
4444

4545
#define DTLS_HANDSHAKE_TIMEOUT_MIN 25000
46-
#define DTLS_HANDSHAKE_TIMEOUT_MAX 125000
46+
#define DTLS_HANDSHAKE_TIMEOUT_MAX 201000
4747

4848
typedef enum {
4949
DTLS = 0,

0 commit comments

Comments
 (0)