fix: rejoin mDNS multicast after suspend/resume - #8
Merged
Conversation
Force IGMP leave+join and mdns-sd re-announce when netlink fires with unchanged IPs, detect suspend via CLOCK_BOOTTIME skew, and treat interfaces as usable only when IFF_RUNNING or operstate=up. Co-authored-by: Cursor <cursoragent@cursor.com>
Drop microinit list and /proc port scans. Poll dcc_bus_list and use the catalogue ports in TXT, including layoutName. Co-authored-by: Cursor <cursoragent@cursor.com>
Guessed ports and procMs did nothing after socket polling. The connected interval is pollMs; microinitMs still parses as an alias. Co-authored-by: Cursor <cursoragent@cursor.com>
Poll the BigFred control socket every 45s once connected, matching the backoff used when the socket is down. Co-authored-by: Cursor <cursoragent@cursor.com>
Expose live DesiredAds over $DATA_DIR/run/microdns.sock so the CLI can query what the daemon advertises (static + dcc-bus DNS-SD) without reading config. Co-authored-by: Cursor <cursoragent@cursor.com>
Use libc IFF_* flags, log clock_gettime failures once, skip a second epoch bump while recreate is pending, and poll suspend skew at 1s instead of every netlink slice. Co-authored-by: Cursor <cursoragent@cursor.com>
Unblocks CI clippy -D warnings for the dcc-bus TXT helper. Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
224.0.0.251/ff02::fbwhen netlink signals a change but the address set is unchanged (link flap / resume with the same DHCP lease).CLOCK_BOOTTIME − CLOCK_MONOTONICskew jump; on resume recreate legacy UDP sockets and restartmdns-sdso multicast membership is rebuilt from scratch.IFF_RUNNINGoroperstate=up, not administratively-upIFF_UPalone (stale Wi‑Fi after wake).Test plan
cargo test(unit + integration, including dummy iface down/up with same address)cargo clippy --all-targets -- -D warningsbigfred.localresolves without restarting the daemonsuspend/resume detectedandmDNS multicast joinedafter wakeMade with Cursor