<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 12 (filtered medium)">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]-->
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";
        color:silver;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";
        color:silver;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body bgcolor=black lang=EN-US link=blue vlink=purple>

<div class=WordSection1>

<p class=MsoNormal><span style='font-family:"Calibri","sans-serif";color:#1F497D'>I
agree; sending 800x600 packets each frame is really a bad algorithm. ENet is
targeted at a decent amount of packets flying around in a typical multi-user
game. Doing 500,000 packets per frame is never going to work nicely, with ENet,
TCP or anything. Just do at least a bit of tiling. ENet is not the problem
here.<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span style='font-family:"Calibri","sans-serif";color:#1F497D'>Ruud<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<div>

<div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in'>

<p class=MsoNormal><b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif";
color:windowtext'>From:</span></b><span style='font-size:10.0pt;font-family:
"Tahoma","sans-serif";color:windowtext'> enet-discuss-bounces@cubik.org
[mailto:enet-discuss-bounces@cubik.org] <b>On Behalf Of </b>Lee Salzman<br>
<b>Sent:</b> Monday, September 27, 2010 3:11 AM<br>
<b>To:</b> Discussion of the ENet library<br>
<b>Subject:</b> Re: [ENet-discuss] CPU Usage<o:p></o:p></span></p>

</div>

</div>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<p class=MsoNormal>But that is sort of my point. The reason ENet is sucking is
because you are bombarding it with a really silly amount of packets exactly
because of how you are doing things. I would rather encourage you to use
unreliable tiles of the screen that fit in 1KB unreliable packets, as anything
else is going to cause symptoms you are observing, i.e. lots of CPU wastage
crawling over huge packet lists.<br>
<br>
Lee<br>
<br>
On 09/26/2010 05:35 PM, Nicholas J Ingrassellino wrote: <o:p></o:p></p>

<p class=MsoNormal>Blunt is good.<br>
<br>
My disclaimer in my first message was meant to pose this as an experiment. This
is a proof of concept kind of thing and nothing more. The idea is to develop an
alternative to sending hold frames (or only the deltas). Much like VoIP does
not suffer from some missing data I want to do a little work on how much an
image would suffer from the smallest discrete unit (a pixel) missing
unexpectedly. Look at my experiment as anything other than academic-- or a what
if-- and you miss the point.<br>
<br>
<b>This is purely a exercise of the mind with a little code to back it up.</b><br>
<br>
Compression and related topics will come later when I have the basics figured
out.<o:p></o:p></p>

<div>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<div class=MsoNormal align=center style='text-align:center'>

<hr size=1 width="100%" align=center>

</div>

<p><b>Nicholas J Ingrassellino<br>
<a href="http://www.lifebloodnetworks.com/" target="_blank"><span
style='text-decoration:none'>LifebloodNetworks.com</span></a></b> || <a
href="mailto:nick@lifebloodnetworks.com"><span style='text-decoration:none'>nick@lifebloodnetworks.com</span></a><o:p></o:p></p>

<p><span style='font-size:9.0pt'>&quot;<i>The idea that I can be presented with
a problem, set out to logically solve it with the tools at hand, and wind up
with a program that could not be legally used because someone else followed the
same logical steps some years ago and filed for a patent on it is horrifying.</i>&quot;<br>
- <b>John Carmack</b> on software patents<o:p></o:p></span></p>

</div>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

</div>

</body>

</html>