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

Bumped to futures 0.3 / tokio 0.2 and rust 2018 edition #3

Closed
wants to merge 8 commits into from

Conversation

ryanpresciense
Copy link

Some formatting noise unfortunately.

@ashthespy ashthespy mentioned this pull request Apr 9, 2020
This was referenced Apr 14, 2020
Comment on lines +8 to 15
let responder = libmdns::Responder::builder().use_v6(false).build().unwrap();

let _svc = responder.register(
"_http._tcp".to_owned(),
"libmdns Web Server".to_owned(),
80,
&["path=/"],
);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we want to add more options, what do you think about a Builder for each service? Then extending the options for each published Service instead.

willstott101 added a commit that referenced this pull request Apr 17, 2020
@willstott101
Copy link
Contributor

I'm closing this as I've merged a re-based version of #4

Thanks for the PR though, I will consider the IPv4/6 enable/disable (#8).

Was the disable required for you to compile on certain embedded systems or anything?

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