Skip to content

Releases: daumiller/ssdp

Add ability to set bind address for broadcasting.

06 Aug 20:53
Compare
Choose a tag to compare

Before this change, the default broadcast may not hit the desired interface.
Now the :bind option is used by broadcast sockets (was already used for listening), allowing targeting specific addresses/interfaces.
Set the :bind option, either globally, or when creating producers/consumers, if needed.

Fix filtered first_only search issue.

24 Feb 17:12
683bf9c
Compare
Choose a tag to compare

Fixes Issue #6


Prior to 1.1.7, doing a Consumer search with all of [:first_only, :filtered, :timeout] will return a result that does not pass the filter if

  • at least one SSDP message is received, that does not pass the filter
  • no messages that do pass the filter are received
  • the search times out

Fix M-SEARCH.

25 Dec 19:45
Compare
Choose a tag to compare
1.1.5

Cleanup Search Requests; Bump Version

SO_REUSEPORT - Windows fix

09 Oct 17:47
Compare
Choose a tag to compare
Merge pull request #3 from daumiller/soreuse

SO_REUSE* cross-platform