[erlang-questions] Beginner: Windows UDP multicast receive

mog mog-lists@REDACTED
Tue Jun 24 20:50:43 CEST 2008


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I believe you are missing {active, false}.

On my gnu/linux box the following works
~    {ok, Socket} = gen_udp:open(Port, [binary, {active, false}, 
{reuseaddr, true}, {ip, Addr}, {add_membership, {Addr, LAddr}}]),

hope this helps
mog
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFIYUICeq+tARrxhnsRAgkUAKCd0xQtNPk8Qix/U4ExFKo59VwizwCeLRIw
aBEvP9W8M8cpJNjmI8gG2gE=
=t8VN
-----END PGP SIGNATURE-----




More information about the erlang-questions mailing list