There are plenty of advantages, with the most important one in my view to be reliable packets and channels. If you don't know, reliable packets are UDP packets which are guaranteed to reach their destination some time after being sent. However, they're sequenced, so if one reaches the host a long time after a packet you sent after that one, it'll be discarded by ENet.<br>
<br><div class="gmail_quote">On Sun, Mar 27, 2011 at 11:13 PM, Kip Warner <span dir="ltr"><<a href="mailto:kip@thevertigo.com">kip@thevertigo.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hey list,<br>
<br>
Quick question as I try to finalize a bunch of design issues regarding<br>
the game I am working on. Is there any advantage to ENet versus SDL_net,<br>
or vice versa, with respect to a typical multiplayer game networking<br>
implementation? Assume the game is cross platform.<br>
<br>
Take care,<br>
<font color="#888888"><br>
--<br>
Kip Warner -- Software Engineer<br>
OpenPGP encrypted/signed mail preferred<br>
<a href="http://www.thevertigo.com" target="_blank">http://www.thevertigo.com</a><br>
<br>
</font><br>_______________________________________________<br>
ENet-discuss mailing list<br>
<a href="mailto:ENet-discuss@cubik.org">ENet-discuss@cubik.org</a><br>
<a href="http://lists.cubik.org/mailman/listinfo/enet-discuss" target="_blank">http://lists.cubik.org/mailman/listinfo/enet-discuss</a><br>
<br></blockquote></div><br>