We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ec9ef1 commit 0b7c87aCopy full SHA for 0b7c87a
source/Security/protocols/eap_tls_sec_prot/supp_eap_tls_sec_prot.c
@@ -415,8 +415,8 @@ static void supp_eap_tls_sec_prot_state_machine(sec_prot_t *prot)
415
return;
416
}
417
418
- // Set default timeout for the total maximum length of the negotiation
419
- sec_prot_default_timeout_set(&data->common);
+ // Set retry timeout based on network size
+ data->common.ticks = retry_timeout;
420
421
// Store sequence ID
422
supp_eap_tls_sec_prot_seq_id_update(prot);
0 commit comments