File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
source/Security/protocols/eap_tls_sec_prot Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ static const trickle_params_t eap_tls_trickle_params = {
73
73
.Imin = 200 , /* 20s; ticks are 100ms */
74
74
.Imax = 450 , /* 45s */
75
75
.k = 0 , /* infinity - no consistency checking */
76
- .TimerExpirations = 4
76
+ .TimerExpirations = 2
77
77
};
78
78
79
79
static uint16_t auth_eap_tls_sec_prot_size (void );
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ static const trickle_params_t eap_tls_trickle_params = {
72
72
.Imin = 200 , /* 20s; ticks are 100ms */
73
73
.Imax = 450 , /* 45s */
74
74
.k = 0 , /* infinity - no consistency checking */
75
- .TimerExpirations = 4
75
+ .TimerExpirations = 2
76
76
};
77
77
78
78
static uint16_t supp_eap_tls_sec_prot_size (void );
You can’t perform that action at this time.
0 commit comments