GGist / ssdp-rs

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

Tracking issue for IPv6 support #18

Closed icorderi closed 8 years ago

icorderi commented 8 years ago

Search, notify and the server binding should work under IPv6. Support for Link-local addresses is important.

icorderi commented 8 years ago

@GGist I'll be working on this on a feature branch in my fork.

I can do a PR against master when I'm done, or I can push periodically against a local feature/ipv6 branch if you prefer that.

GGist commented 8 years ago

You can just make a PR against master when done.

Thanks for tackling this issue!