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
Commissionable node discriminators are 12-bit, meaning that collisions will occur and must be handled. Certainty in location of the intended commissionee depends upon successful PASE connection, as this verifies that both peers hold the same shared secret.
Proposed Solution
A plausible discovery algorithm could collect discovered commisisonee candidates with matching discriminators, and then try PASE to each in turn. This algorithm is also easily extended to attempting connection via more than one resolved IP address for a given candidate.
The proposed design in #13294 does both of these things.
The text was updated successfully, but these errors were encountered:
Problem
Commissionable node discriminators are 12-bit, meaning that collisions will occur and must be handled. Certainty in location of the intended commissionee depends upon successful PASE connection, as this verifies that both peers hold the same shared secret.
Proposed Solution
A plausible discovery algorithm could collect discovered commisisonee candidates with matching discriminators, and then try PASE to each in turn. This algorithm is also easily extended to attempting connection via more than one resolved IP address for a given candidate.
The proposed design in #13294 does both of these things.
The text was updated successfully, but these errors were encountered: