Open harshakush opened 7 years ago
The HID test case test_LongEcho() checks at the time taken for the authenticater to respond.
See below. CHECK_GE(sent, .020); CHECK_LE(sent, .075); CHECK_GE(received, .020); CHECK_LE(received, .075);
Want to know any specific reason behind the time limit values.
Also don't find anything related to this in the spec.
This is also referenced here: https://github.com/fido-alliance/u2f-specs/issues/206
The HID test case test_LongEcho() checks at the time taken for the authenticater to respond.
See below. CHECK_GE(sent, .020); CHECK_LE(sent, .075); CHECK_GE(received, .020); CHECK_LE(received, .075);
Want to know any specific reason behind the time limit values.
Also don't find anything related to this in the spec.