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

mcast_loop: Drop mcast packet that server sent on different socket #1502

Merged
merged 1 commit into from
Aug 23, 2024

Conversation

mrdeep1
Copy link
Collaborator

@mrdeep1 mrdeep1 commented Aug 17, 2024

Server enabled for mcast receipt. When the server is acting as a proxy sends a mcast packet out over a slave client type socket, it receives the mcast packet on the server socket (which could then be forward out of the client socket....).

This change prevents the server socket from passing up the libcoap stack a mcast packet that it knows the client socket is sending.

Server enabled for mcast receipt.  When the server is acting as a proxy
sends a mcast packet out over a slave client type socket, it receives
the mcast packet on the server socket (which could then be forward out
of the client socket....).

This change prevents the server socket from passing up the libcoap stack
a mcast packet that it knows the client socket is sending.
@mrdeep1 mrdeep1 merged commit c2b34da into obgm:develop Aug 23, 2024
31 checks passed
@mrdeep1 mrdeep1 deleted the mcast_loop branch September 6, 2024 12:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant