fix: surface an unreadable IPV6_V6ONLY at warning, document best-effo… · python-zeroconf/python-zeroconf@c93f537 · GitHub
Skip to content

Commit c93f537

Browse files
committed
fix: surface an unreadable IPV6_V6ONLY at warning, document best-effort bring-up
A failed IPV6_V6ONLY read assumes dual-stack (returning False could loop rebuilds when the rebuilt socket's read also fails), but if the socket really were v6-only that skips a needed rebuild and strands an added IPv4 family, so log it at warning rather than debug. Document that interface bring-up is best-effort, and note the benign group leave on the rebuilt listen socket.
1 parent 37f6b1a commit c93f537

2 files changed

Lines changed: 15 additions & 8 deletions

File tree

src/zeroconf/_core.py

Lines changed: 5 additions & 3 deletions

src/zeroconf/_engine.py

Lines changed: 10 additions & 5 deletions

0 commit comments

Comments
 (0)