ENet does allocate some additional storage for each channel. I don&#39;t believe it&#39;s a lot though (depending on your definition of &#39;a lot&#39;). I think you only really need the one channel.<br><br>The value of channels for me was you could have higher priority traffic routed through a specific channel and any further structure I imposed on the data being sent was handled outside the networking library.<br>
<br><br><div class="gmail_quote">On Thu, Apr 8, 2010 at 6:32 AM, M. Rijks <span dir="ltr">&lt;<a href="mailto:enet@forge.dds.nl">enet@forge.dds.nl</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi all,<br>
<br>
Apologies for the slightly long precursor, but I feel I need to make the issue clear.<br>
<br>
I am in the process of designing a networking library for a particular game development system, and I am using ENet as the underlying &#39;protocol&#39;. The things I am building on top of it is a transparent and easy-to-use interface, player management, session management and all that jazz. I also wish to set up ENet-driven lobby server software which can host any game that uses this library, as well as instructing hosts to punch holes for connecting players.<br>

<br>
The goal is that the interface for connecting to a game is about as simple as it was with DirectPlay: the end user / game developer need only one IP address and optionally port number to connect to. The remote end can either be a server for the game (the session) or it can be a lobby server. The communication is entirely the same: a list of sessions can be received (just one with a game server, many with a lobby server) and a session can be joined (immediately when connected with a game server; automatically connecting to the game server if the connection was a lobby server). Both the end user and the game developer should be oblivious to how this happens, as reconnections are handled by the library.<br>

<br>
I&#39;m quite confident with the architecture I have set up, but I do have an issue: It is up to the game developer to decide how many channels should be opened for the game. And as far as I understood Enet, it is the client that tells the host how many channels it wants to open. That&#39;s fine if clients directly connect to a game server, but not when a client connects to the lobby server. The lobby server doesn&#39;t need more than a single (guaranteed delivery) channel for its purposes, but clients may instruct it to open up to 255 channels. And since lobby servers can potentially service hundreds, even thousands of clients, I assume that they will reserve a lot of unnecessary resources.<br>

<br>
Is my understanding of channel allocation between client and host correct? If so, is there any way to limit the number of channels used by a host? And if so, what will happen if a badly written game sends data on a channel that the lobby doesn&#39;t have?<br>

<br>
Thanks in advance for any response!<br>
<br>
_______________________________________________<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/mailman/listinfo/enet-discuss</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>---<br>I couldn&#39;t have said it better myself:<br>&quot;Hitler and cloud computing&quot;<br><a href="http://www.youtube.com/watch?v=VjfaCoA2sQk">http://www.youtube.com/watch?v=VjfaCoA2sQk</a><br>
<br>