<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=UTF-8" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.23091">
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#000000 text=#c0c0c0>
<DIV><FONT color=#000000 size=2 face=Arial>Hi Lee,</FONT></DIV>
<DIV><FONT color=#000000 size=2 face=Arial></FONT> </DIV>
<DIV><FONT color=#000000 size=2 face=Arial>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><FONT color=#000000 size=2 face=Arial></FONT> </DIV>
<DIV><FONT color=#000000 size=2 face=Arial>Thanks!</FONT></DIV>
<DIV><FONT color=#000000 size=2 face=Arial></FONT> </DIV>
<DIV><FONT color=#000000 size=2 face=Arial>Kind regards,</FONT></DIV>
<DIV><FONT color=#000000 size=2 face=Arial></FONT> </DIV>
<DIV><FONT color=#000000 size=2 face=Arial>Philip Bennefall</FONT></DIV>
<BLOCKQUOTE
style="BORDER-LEFT: #000000 2px solid; 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: #e4e4e4; font-color: black"><B>From:</B>
<A title=lsalzman@gmail.com href="mailto:lsalzman@gmail.com">Lee Salzman</A>
</DIV>
<DIV style="FONT: 10pt arial"><B>To:</B> <A title=enet-discuss@cubik.org
href="mailto:enet-discuss@cubik.org">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
cite=mid:AANLkTi=jJ3W6pnbrYWjsr7Tb_-zzWgT4ekPibsj8mYGY@mail.gmail.com
type="cite">
<DIV class=gmail_quote>2010/12/20 Lee Salzman <SPAN dir=ltr><<A
href="mailto:lsalzman@gmail.com"
moz-do-not-send="true">lsalzman@gmail.com</A>></SPAN><BR>
<BLOCKQUOTE
style="BORDER-LEFT: rgb(204,204,204) 1px solid; MARGIN: 0pt 0pt 0pt 0.8ex; PADDING-LEFT: 1ex"
class=gmail_quote>
<DIV bgcolor="#000000" text="#c0c0c0">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></BODY></HTML>