Changed DTLS_HANDSHAKE_TIMEOUT_MAX 125s -> 201s (#22)

pull/3240/head
Tero Heinonen 2016-05-13 14:47:54 +03:00
parent 61d21d72f6
commit 565638c3fe
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ typedef void start_timer_cb(int8_t timer_id, uint32_t min, uint32_t fin);
typedef int timer_status_cb(int8_t timer_id);
#define DTLS_HANDSHAKE_TIMEOUT_MIN 25000
#define DTLS_HANDSHAKE_TIMEOUT_MAX 125000
#define DTLS_HANDSHAKE_TIMEOUT_MAX 201000
typedef enum {
DTLS = 0,