Re: [ENet-discuss] Optimizing ENet Protocol ?

2012-05-27 Thread trash uj
Hi all, Emmanuel it sounds good to try to optimize the bandwidth this way, but there are some things you may want to avoid. - flushing after every send doesnt mean you'll send only 1 message, as some may need to be resent. - sending 1 message per packet is bandwidth consuming because of UDP

Re: [ENet-discuss] Verifying no reliable packets left

2009-06-10 Thread trash uj
Hi, What i did on my side is just adding a pointer to callback to the message command, which is called when the message is acknowledged. regards, Ju On Thu, May 7, 2009 at 11:12 AM, Nuno Silva little.coding@gmail.comwrote: @ Is there a server somewhere where i can more interactively deal