gsocket: Use alternate IPv6 multicast group sockopt names
authorDan Winship <danw@gnome.org>
Mon, 16 Jan 2012 22:15:06 +0000 (17:15 -0500)
committerDan Winship <danw@gnome.org>
Mon, 16 Jan 2012 22:16:40 +0000 (17:16 -0500)
commit7dfbe5aa3040d042131b9ff8ac1be0568d56303a
treec2ebe830bb6ba88f6c0f370c5c145f41abae5946
parent8390f3bf7e49bbacd96b356c06fa2ebe3edeaf4c
gsocket: Use alternate IPv6 multicast group sockopt names

Apparently IPV6_JOIN_GROUP and IPV6_LEAVE_GROUP are more portable than
IPV6_ADD_MEMBERSHIP and IPV6_DROP_MEMBERSHIP. (Windows and Linux have
both, but OS X only has the latter.)
gio/gsocket.c