<div dir="ltr"><div style="font-family:arial,sans-serif;font-size:13px">Dear Ruud, dear Lung,</div><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">

You might have better luck creating your own large data transfer protocol, by creating some rather large receive buffers and being more lenient on the re-send such that you don't stall incoming packets.<br></div><div class="gmail_extra" style="font-family:arial,sans-serif;font-size:13px">

<br></div><div class="gmail_extra" style="font-family:arial,sans-serif;font-size:13px">A bit like lazy evaluation on a GPU that have similar problems of communication overhead.<br><br>Pablo<br clear="all"><div><br></div>
-- <br>
////////////////////////////////////////////////////////////////<br>Pablo de Heras Ciechomski, PhD, founder<br><a href="mailto:pablo@sciencevisuals.com">pablo@sciencevisuals.com</a><br><a href="http://www.sciencevisuals.com">www.sciencevisuals.com</a>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Jul 11, 2013 at 5:05 PM, Lung Yang <span dir="ltr"><<a href="mailto:l.yang@trio-tech.com" target="_blank">l.yang@trio-tech.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF" text="#000000">
    <div>Hi Ruud,<br>
      <br>
      I am sending 40 image files in a single call to "enet_peer_send",
      which the receiver takes a long time to receive the data.  I also
      tested sending individual image on multiple call.  Some are still
      arriving too late at the destination.  From my understanding, ENet
      will handle large data internally and send it as multiple network
      packets.  Will splitting the image data further more and send them
      on multiple calls be the proper way to handle this problem?<span class="HOEnZb"><font color="#888888"><br>
       <br>
      Lung</font></span><div><div class="h5"><br>
      <br>
      <br>
      On 7/11/2013 3:36 AM, Ruud van Gaal wrote:<br>
    </div></div></div><div><div class="h5">
    <blockquote type="cite">
      <div dir="ltr">ENet is focused more on small data (game
        communication for example), not really big files or such.
        <div>Are you splitting the 7Mb up in some kind of file transfer
          protocol yourself?</div>
        <div><br>
        </div>
        <div>Ruud</div>
      </div>
      <div class="gmail_extra"><br>
        <br>
        <div class="gmail_quote">On Wed, Jul 10, 2013 at 11:40 PM, Lung
          Yang <span dir="ltr"><<a href="mailto:l.yang@trio-tech.com" target="_blank">l.yang@trio-tech.com</a>></span>
          wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi, I am
            using enet library to send large data (about 7 mb)  to a
            peer in a local area network.  However, I notice that there
            is a considerable delay of about 16 seconds before the peer
            receive the data.  (The same thing happened using the
            localhost address)  I would like to know if there is any way
            we can speed up the transfer rate.<br>
            <br>
            <br>
            Thank you.<br>
            Lung<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>
      </div>
      <br>
      <fieldset></fieldset>
      <br>
      <pre>_______________________________________________
ENet-discuss mailing list
<a href="mailto:ENet-discuss@cubik.org" target="_blank">ENet-discuss@cubik.org</a>
<a href="http://lists.cubik.org/mailman/listinfo/enet-discuss" target="_blank">http://lists.cubik.org/mailman/listinfo/enet-discuss</a>
</pre>
    </blockquote>
    <br>
  </div></div></div>

<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></div></div>