Can mDNS be opted out?
- Dominant language
- Go
- Stars
- 237
- Forks
- 29
- PR merge metrics
- No merged PRs in 30d
Description
Is there anyway to disable the use of mDNS? My virtual machine doesn't support it.
````
$ ./webrtc-cli --offer --debug
Creating WebRTC peer...
Error: mDNS: failed to join multicast group
````
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the failure with `./webrtc-cli --offer --debug` in an environment where mDNS is unavailable. Trace where peer creation joins the mDNS multicast group and identify how a command-line opt-out could be exposed; done means the offer flow works without that join when disabled, while normal behavior remains unchanged.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli, networking
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100