Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make senders' UdpClients also listening. #92

Closed
wants to merge 8 commits into from

Conversation

queequac
Copy link

@queequac queequac commented Jan 2, 2020

Added UdpClient for local addresses not only to list of senders, but also to list of receivers. This will also listen on local addresses, which might be required to receive answers (for unicast queries) sent to a local endpoint instead of multicast address.

Addresses #91

@codecov-io
Copy link

codecov-io commented Jan 2, 2020

Codecov Report

Merging #92 into master will decrease coverage by 0.28%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #92      +/-   ##
==========================================
- Coverage   91.11%   90.83%   -0.29%     
==========================================
  Files          10       10              
  Lines         518      513       -5     
==========================================
- Hits          472      466       -6     
- Misses         46       47       +1
Impacted Files Coverage Δ
src/MulticastClient.cs 83.76% <100%> (-1.49%) ⬇️

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 b9f2f81...714413e. Read the comment docs.

fgheysels and others added 8 commits September 18, 2020 20:13
Added credits and a disclaimer to the readme, as this repository is a fork of a personal repository of which the owner doesn't seem to be active anymore.
…claimer

Add credits and disclaimer to readme.md
…o to receivers list, to be able to receive unicast answers.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants