Skip to content
Snippets Groups Projects

Fix multicast receive

Merged Gijs Peskens requested to merge fixmcast into master

New udpsocket library does not join mcast groups. This fixes that on Linux (code is ifdeffed, it might work on other systems).

If an miface is given we set the local address to the first non loopback address of that interface, otherwise we loop over all addresses on the system and configure the first loopback address we find, whatever the interface.

This improves upon old behavior as it's now not (always) needed to supply an miface when joining an mcast group.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading