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

feat: add mdns #974

Merged
merged 12 commits into from
Mar 16, 2020
Prev Previous commit
Next Next commit
fix: compiler error
gocarlos committed Feb 26, 2020

Verified

This commit was signed with the committer’s verified signature.
commit 03dbf9f0a2305b8e023cedf5659aad752a52939c
2 changes: 1 addition & 1 deletion recipes/mdns/all/test_package/test_package.c
Original file line number Diff line number Diff line change
@@ -142,7 +142,7 @@ main() {
WSAStartup(versionWanted, &wsaData);
#endif

int sock = mdns_socket_open_ipv4();
int sock = mdns_socket_open_ipv4(0);
if (sock < 0) {
printf("Failed to open socket: %s\n", strerror(errno));
return -1;