You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added timer to supplicant to filter EAP-TLS re-transmission bursts
If burst of EAP-TLS re-transmissions arrive in a fast pace (re-transmissions
are made by lower layers) ignores those and does not reply. Filtering
is made by timer that runs for 5 seconds after a message with fresh
sequence id is received.
Timer is started again if re-transmission with same sequence id arrives while
the timer is running. Also if re-transmission arrives after the timer
has timeouted, sends one reply to re-transmission and starts the timer
again.
0 commit comments