autodoc.git/
traditional_manual/
chapter_9.html
Branch:
Tag:
Non-build tags
All tags
No tags
2013-07-06
2013-07-06 16:44:30 by 0
368358a3654411d31d8e44ff493a89ac771e9553 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
8.0
Avoid synonyms for IPV6 constants (not found on OS X, and Linux declares them as obsolete).
2708:
the system should join to the multicast group. If not provided the system will select an appropriate interface.</p> <p> See also the Unix man page for setsocketopt IPPROTO_IP IP_ADD_MEMBERSHIP
-
and IPPROTO_IPV6 IPV6_
ADD
_
MEMBERSHIP
.</p>
+
and IPPROTO_IPV6 IPV6_
JOIN
_
GROUP
.</p>
</dd> <dt class='head--doc'>Note</dt> <dd class='body--doc'><p>The <code>address</code> parameter is currently not supported for IPv6.</p>
2797:
the system should join to the multicast group. If not provided the system will select an appropriate interface.</p> <p> See also the Unix man page for setsocketopt IPPROTO_IP IP_DROP_MEMBERSHIP
-
and IPPROTO_IPV6 IPV6_
DROP
_
MEMBERSHIP
.</p>
+
and IPPROTO_IPV6 IPV6_
LEAVE
_
GROUP
.</p>
</dd> <dt class='head--doc'>Note</dt> <dd class='body--doc'><p>The <code>address</code> parameter is currently not supported for IPv6.</p>