Changeset 5340
- Timestamp:
- Jun 8, 2016 8:52:18 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjnath/src/pjnath/ice_strans.c
r5339 r5340 594 594 } 595 595 596 /* Ignore IPv6 link-local address */ 597 if (stun_cfg->af == pj_AF_INET6()) { 598 const pj_in6_addr *a = &addr->ipv6.sin6_addr; 599 if (a->s6_addr[0] == 0xFE && (a->s6_addr[1] & 0xC0) == 0x80) 600 continue; 601 } 602 596 603 cand = &comp->cand_list[comp->cand_cnt]; 597 604
Note: See TracChangeset
for help on using the changeset viewer.