<div dir="ltr">Thanks Benoit. I will try your solution. I read that from ENet-discuss online archive because didn't receive anything from this mailing list in my gmail !!! <br><br><div class="gmail_quote">On Mon, Feb 25, 2013 at 5:58 PM, BS Flasher <span dir="ltr"><<a href="mailto:bsflasher@gmail.com" target="_blank">bsflasher@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
Thanks for quick answer but I don't understand your mean of refcount !<br>
Can you please send some code about your solution?<br>
Also, is there another way to check acknowledgement of every packet?<br>
<div class="HOEnZb"><div class="h5"><br>
On 2/25/13, Benoit Germain <<a href="mailto:bnt.germain@gmail.com">bnt.germain@gmail.com</a>> wrote:<br>
> 2013/2/25 BS Flasher <<a href="mailto:bsflasher@gmail.com">bsflasher@gmail.com</a>><br>
><br>
>> Hi,<br>
>> How can I find how much reliable packets weren't sent?<br>
>><br>
><br>
> Hi,<br>
><br>
> I keep a pointer on every reliable packet I send (and I increment the<br>
> refcount, of course).<br>
> Then I poll the refcount of all those packets at the same time I service<br>
> the host: any packet with a refcount > 1 wasn't received. When refcount is<br>
> back down to 1, it means I own the only reference to it; therefore the<br>
> packet has been received and acked. I can then do what I want with that<br>
> information before discarding it (such as providing an ACKNOWLEDGED event<br>
> during host service).<br>
><br>
> --<br>
> Benoit.<br>
><br>
</div></div></blockquote></div><br></div>