GGist / ssdp-rs

Simple Service Discovery Protocol In Rust
Apache License 2.0
43 stars 14 forks source link

Filter Global IPv6 Interfaces From Send And Receive Code Paths #34

Closed GGist closed 8 years ago

icorderi commented 8 years ago

@GGist , you might want to take a look at #35, it's functionally equivalent to this PR but the is_global() check is moved to the same method where I was already filtering out loopback addresses.