For a suitable paypal donation I might be encouraged to add an unreliable fragment option. ;)<br><br><div class="gmail_quote">On Fri, May 27, 2011 at 6:27 PM, Alexander Dolgansky <span dir="ltr"><<a href="mailto:alexd221@gmail.com">alexd221@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Yes that's one of the options that I currently looking at.<br>
<br>
The reason why I need it in my project is because I have a large<br>
number of data points that need to be sent out as one message at a<br>
certain rate.<br>
Therefore, each message needs to be sent out only once to keep up with<br>
the overall sending rate. If message pieces arrive out of order or it<br>
is not possible to send out<br>
all of the pieces due to network issues, the whole message must be<br>
dropped. This is the required behavior for some of the messages that I<br>
need to transfer between nodes.<br>
<br>
Although splitting the data into smaller chucks is a valid solution to<br>
my problem, I am wondering if ENet can do it for me.<br>
After all, ENet already fragments any message that is larger than MTU,<br>
so it is just a matter of figuring out how I can force ENet to<br>
send fragments unreliably.<br>
<br>
Is it possible to accomplish what I am trying to do with ENet with<br>
only minor changes to the source code?<br>
<br>
If yes, I would love to get pointers on how I should modify the source code.<br>
<div><div></div><div class="h5"><br>
Thanks.<br>
<br>
Alexander.<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>
</div></div></blockquote></div><br>