I'm using address 255.255.255.255 for broadcasting Wake-On-LAN packets though, isn't that multicast?<br>Also, I've briefly used the range 224.0.0.0-239.255.255.255 for multicasting, which might be similar, although I'd refer to Google for better tutorials... ;-)<br>
<br>Ruud<br><br><div class="gmail_quote">On Thu, Aug 18, 2011 at 11:03 AM, Lee Salzman <span dir="ltr"><<a href="mailto:lsalzman@gmail.com">lsalzman@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
It does not use multicast, no.<div class="im"><br>
<br>
On 08/18/2011 07:05 PM, Paul Voigtlaender wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi everyone,<br>
<br>
first I must say that I'm quite new to networking.<br>
But I read about multicast, which makes it possible to send to a lot of clients with only 1 time banwidth usage, sounds very good.<br>
<br>
I saw that enet offers a broadcast function.<br>
<br>
I read some of the enet sourcecode and found this in the enet_host_broadcast function:<br>
<br>
for (currentPeer = host ->  peers;<br>
          currentPeer<  &  host ->  peers [host ->  peerCount];<br>
         ++ currentPeer)<br>
{<br>
    if (currentPeer ->  state != ENET_PEER_STATE_CONNECTED)<br>
      continue;<br>
<br>
    enet_peer_send (currentPeer, channelID, packet);<br>
}<br>
<br>
This looks for me as if enet is not using multicast.<br>
Is that right, or am I overlooking something?<br>
If it is true, why it is not used?<br>
<br>
Thanks for your answers.<br>
</blockquote>
<br></div><div><div></div><div class="h5">
______________________________<u></u>_________________<br>
ENet-discuss mailing list<br>
<a href="mailto:ENet-discuss@cubik.org" target="_blank">ENet-discuss@cubik.org</a><br>
<a href="http://lists.cubik.org/mailman/listinfo/enet-discuss" target="_blank">http://lists.cubik.org/<u></u>mailman/listinfo/enet-discuss</a><br>
</div></div></blockquote></div><br>