The guys at SFML have something like that too. might be helpful to have the latest stable release + latest snapshot downloads at ENet's website. KUDOS on the fix, btw!<br><br><div class="gmail_quote">On Mon, Dec 20, 2010 at 12:47 PM, Philip Bennefall <span dir="ltr"><<a href="mailto:philip@blastbay.com">philip@blastbay.com</a>></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;">



<div bgcolor="#000000" text="#c0c0c0">
<div><font color="#000000" face="Arial" size="2">Got it, thanks!</font></div>
<div><font color="#000000" face="Arial" size="2"></font> </div>
<div><font color="#000000" face="Arial" size="2">How about having an autogenerated 
snapshot each day that is linked to on the site? Just a thought.</font></div>
<div><font color="#000000" face="Arial" size="2"></font> </div>
<div><font color="#000000" face="Arial" size="2">Kind regards,</font></div>
<div><font color="#000000" face="Arial" size="2"></font> </div><font color="#888888">
<div><font color="#000000" face="Arial" size="2">Philip Bennefall</font></div>
</font><blockquote style="border-left: 2px solid rgb(0, 0, 0); padding-left: 5px; padding-right: 0px; margin-left: 5px; margin-right: 0px;"><div class="im">
  <div style="font: 10pt arial;">----- Original Message ----- </div>
  <div style="font: 10pt arial; background: none repeat scroll 0% 0% rgb(228, 228, 228);"><b>From:</b> 
  <a title="lsalzman@gmail.com" href="mailto:lsalzman@gmail.com" target="_blank">Lee Salzman</a> 
  </div>
  </div><div><div></div><div class="h5"><div style="font: 10pt arial;"><b>To:</b> <a title="philip@blastbay.com" href="mailto:philip@blastbay.com" target="_blank">philip@blastbay.com</a> ; <a title="enet-discuss@cubik.org" href="mailto:enet-discuss@cubik.org" target="_blank">Discussion 
  of the ENet library</a> </div>
  <div style="font: 10pt arial;"><b>Sent:</b> Monday, December 20, 2010 4:56 
  AM</div>
  <div style="font: 10pt arial;"><b>Subject:</b> Re: [ENet-discuss] Packet 
  throttling: it's the little things...</div>
  <div><br></div>There is a snapshot of today's CVS repo here: <a href="http://lee.fov120.com/enet-Dec-20-2010.tar.gz" target="_blank">http://lee.fov120.com/enet-Dec-20-2010.tar.gz</a><br><br>On 
  12/20/2010 12:53 PM, Philip Bennefall wrote: 
  <blockquote type="cite">
    
    

    <div><font color="#000000" face="Arial" size="2">Hi Lee,</font></div>
    <div> </div>
    <div><font color="#000000" face="Arial" size="2">Would you be able to provide a 
    link on the ENet website that retrieves something like a tarball with the 
    latest revision? I have trouble accessing cvs a lot of the time so 
    something like that would really help me a lot. I'd like to put this update 
    into my game engine.</font></div>
    <div> </div>
    <div><font color="#000000" face="Arial" size="2">Thanks!</font></div>
    <div> </div>
    <div><font color="#000000" face="Arial" size="2">Kind regards,</font></div>
    <div> </div>
    <div><font color="#000000" face="Arial" size="2">Philip Bennefall</font></div>
    <blockquote style="border-left: 2px solid rgb(0, 0, 0); padding-left: 5px; padding-right: 0px; margin-left: 5px; margin-right: 0px;">
      <div style="font: 10pt arial;">----- 
      Original Message ----- </div>
      <div style="font: 10pt arial; background: none repeat scroll 0% 0% rgb(228, 228, 228);"><b>From:</b> 
      <a title="lsalzman@gmail.com" href="mailto:lsalzman@gmail.com" target="_blank">Lee Salzman</a> </div>
      <div style="font: 10pt arial;"><b>To:</b> 
      <a title="enet-discuss@cubik.org" href="mailto:enet-discuss@cubik.org" target="_blank">Discussion of the ENet library</a> </div>
      <div style="font: 10pt arial;"><b>Sent:</b> 
      Monday, December 20, 2010 3:48 AM</div>
      <div style="font: 10pt arial;"><b>Subject:</b> 
      Re: [ENet-discuss] Packet throttling: it's the little things...</div>
      <div><br></div>On 12/20/2010 12:21 PM, Kabil Akpınar wrote: 
      <blockquote type="cite">
        <div class="gmail_quote">2010/12/20 Lee Salzman <span dir="ltr"><<a href="mailto:lsalzman@gmail.com" target="_blank">lsalzman@gmail.com</a>></span><br>
        <blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">
          <div text="#c0c0c0" bgcolor="#000000">Problem solved in one damned 
          line of code. Oh, how blind I was. :( -> :)<br></div></blockquote>
        <div>So where did you put that damned one line of code? </div>-- 
        <br></div>
        <div>Kabil Akpınar</div></blockquote><br>As per commit to ENet 
      cvs:<br><br>Index: 
      protocol.c<br>===================================================================<br>RCS 
      file: /var/lib/cvs/enet/enet/protocol.c,v<br>retrieving revision 
      1.34<br>retrieving revision 1.35<br>diff -r1.34 
      -r1.35<br>1294c1294,1296<br><           
      if (peer -> reliableDataInTransit + outgoingCommand -> 
      fragmentLength > peer -> 
      windowSize)<br>---<br>>           
      enet_uint32 windowSize = (peer -> packetThrottle * peer -> 
      windowSize) / ENET_PEER_PACKET_THROTTLE_SCALE;<br>> 
      <br>>           if 
      (peer -> reliableDataInTransit + outgoingCommand -> fragmentLength 
      > ENET_MAX (windowSize, peer -> mtu))<br><br><br></blockquote><pre><fieldset></fieldset>
_______________________________________________
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></blockquote></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>