Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow first multicast msg from unsynchronised client #764

Merged
merged 4 commits into from
Feb 8, 2024

Conversation

FrankZRS
Copy link
Collaborator

@FrankZRS FrankZRS commented Feb 8, 2024

From Spec:
KNX IoT devices MAY trust the first authenticated multicast message from an unsynchronized peer by default, which is configurable

@FrankZRS FrankZRS requested review from WAvdBeek and tiniuclx February 8, 2024 16:57
@@ -158,9 +158,14 @@ oc_replay_check_client(uint64_t rx_ssn, oc_string_t rx_kid,
*/

struct oc_replay_record *rec = get_record(rx_kid, rx_kid_ctx);
if (rec == NULL)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we add cmake variable to enable that it always does an echo option?

@WAvdBeek WAvdBeek merged commit 7dbef08 into master Feb 8, 2024
3 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Feb 8, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants