Skip to content

Add support for handling QU questions#621

Merged
bdraco merged 1 commit into
python-zeroconf:masterfrom
bdraco:handle_qu_queries
Jun 15, 2021
Merged

Add support for handling QU questions#621
bdraco merged 1 commit into
python-zeroconf:masterfrom
bdraco:handle_qu_queries

Conversation

@bdraco

@bdraco bdraco commented Jun 15, 2021

Copy link
Copy Markdown
Member

closes #500

- Implements RFC 6762 sec 5.4:
  Questions Requesting Unicast Responses
  https://datatracker.ietf.org/doc/html/rfc6762#section-5.4
@codecov-commenter

codecov-commenter commented Jun 15, 2021

Copy link
Copy Markdown

Codecov Report

Merging #621 (e758202) into master (1f36754) will decrease coverage by 0.25%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #621      +/-   ##
==========================================
- Coverage   95.54%   95.28%   -0.26%     
==========================================
  Files          18       18              
  Lines        2021     2037      +16     
  Branches      354      359       +5     
==========================================
+ Hits         1931     1941      +10     
- Misses         48       55       +7     
+ Partials       42       41       -1     
Impacted Files Coverage Δ
zeroconf/_handlers.py 100.00% <100.00%> (ø)
zeroconf/const.py 97.29% <0.00%> (-2.71%) ⬇️
zeroconf/_utils/net.py 85.94% <0.00%> (-2.17%) ⬇️
zeroconf/_core.py 89.52% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1f36754...e758202. Read the comment docs.

@bdraco bdraco merged commit 9a32db8 into python-zeroconf:master Jun 15, 2021
@bdraco bdraco deleted the handle_qu_queries branch June 15, 2021 01:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The query responder ignores the QU bit and multicasts the response regardless of the bit

2 participants