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

Commits on Aug 17, 2024

  1. mcast_loop: Drop mcast packet that server sent on different socket

    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 committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    dbe8cb3 View commit details
    Browse the repository at this point in the history