Skip to content

Refactor the way multicast listening is setup: joining the multicast group...

Simon Morlat requested to merge fix/video-quality-tester into master

Refactor the way multicast listening is setup: joining the multicast group must be done before bind(), in order to avoid binding() to a local address.

Merge request reports