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

ice: add candidate sdp mdns support #917

Merged
merged 12 commits into from
Aug 29, 2023
Prev Previous commit
printf mDNS candidate
  • Loading branch information
sreimers committed Aug 28, 2023
commit 2606627d1c71ac047a5fb93eb282fb8aea610312
1 change: 1 addition & 0 deletions src/ice/icesdp.c
Original file line number Diff line number Diff line change
@@ -313,6 +313,7 @@ static int cand_decode(struct icem *icem, const char *val)
/* check for mdns .local address */
if (pl_strstr(&addr, ".local") != NULL) {
/* try non blocking getaddr mdns resolution */
icem_printf(icem, "mDNS remote cand: %r\n", &addr);
struct rcand *rcand =
mem_zalloc(sizeof(struct rcand), rcand_dealloc);
if (!rcand)