<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>
<div>  Restarting windows does not change anything.<br/>
  I deployed the code to macbook where it works.<br/>
  It seems to be a windows issue</div>

<div>  otp_release: R16B03-1</div>

<div> </div>

<div><b>Gesendet:</b> Samstag, 10. Mai 2014 um 17:18 Uhr

<div name="quote" style="margin:10px 5px 5px 10px; padding: 10px 0 10px 10px; border-left:2px solid #C3D9E5; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<div style="margin:0 0 10px 0;"><b>Von:</b> "Gokhan Boranalp" <kunthar@gmail.com><br/>
<b>An:</b> "Jörg Maushake" <joerg.maushake@gmx.de><br/>
<b>Cc:</b> Erlang <erlang-questions@erlang.org><br/>
<b>Betreff:</b> Re: [erlang-questions] windows multicast</div>

<div name="quoted-content">Restart your computer.<br/>
<br/>
On Sat, May 10, 2014 at 5:58 PM, "Jörg Maushake" <joerg.maushake@gmx.de> wrote:<br/>
> Hi list,<br/>
> I am using erlang on windows 7.<br/>
><br/>
> When i start a multicast (the code is from nodefinder) like so:<br/>
> Opts = [ { active, true },<br/>
> { ip, {230, 0, 0, 1} },<br/>
> { add_membership, { {230, 0, 0, 1}, { 0, 0, 0, 0 } } },<br/>
> { multicast_loop, true },<br/>
> { reuseaddr, true },<br/>
> list<br/>
> ],<br/>
> { ok, RecvSocket } = gen_udp:open (4321, Opts),<br/>
><br/>
> i get this {error,eaddrnotavail}<br/>
><br/>
> Removing the tuple { ip, {230, 0, 0, 1} } from Opts seems to work!<br/>
> But when i then start another node on the same machine the error i get is:<br/>
> {error,eaddrinuse}<br/>
><br/>
> (The multicast group and port works with java )<br/>
><br/>
> Any suggestions ?<br/>
><br/>
> _______________________________________________<br/>
> erlang-questions mailing list<br/>
> erlang-questions@erlang.org<br/>
> <a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br/>
><br/>
<br/>
<br/>
<br/>
--<br/>
BR,<br/>
\|/ Kunthar</div>
</div>
</div>
</div></div></body></html>