<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" 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 11 (filtered medium)">
<style>
<!--
/* Font Definitions */
@font-face
{font-family:"Lucida Sans Typewriter";
panose-1:2 11 5 9 3 5 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:"Times New Roman";}
a:link, span.MsoHyperlink
{color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{color:purple;
text-decoration:underline;}
span.EmailStyle17
{mso-style-type:personal-compose;
font-family:Arial;
color:windowtext;}
@page Section1
{size:8.5in 11.0in;
margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
{page:Section1;}
-->
</style>
</head>
<body lang=EN-US link=blue vlink=purple>
<div class=Section1>
<p class=MsoNormal><font size=1 face="Lucida Sans Typewriter"><span
style='font-size:8.0pt;font-family:"Lucida Sans Typewriter"'>My question about
how a sender can know when a packet has arrived at its destination has another
twist – yes, I can look at the commands being handled in </span></font><font
size=1 face="Lucida Sans Typewriter"><span style='font-size:8.0pt;font-family:
"Lucida Sans Typewriter"'>enet_protocol_handle_acknowledge, and look at the reliable
sequence numbers... but this will only tell me when a FRAGMENT is acknowledged
(for packets with large data lengths).<o:p></o:p></span></font></p>
<p class=MsoNormal><font size=1 face="Lucida Sans Typewriter"><span
style='font-size:8.0pt;font-family:"Lucida Sans Typewriter"'><o:p> </o:p></span></font></p>
<p class=MsoNormal><font size=1 face="Lucida Sans Typewriter"><span
style='font-size:8.0pt;font-family:"Lucida Sans Typewriter"'>What I really need
is for ENet to somehow signal the sender when a packet has been acknowledged by
its recipient – that is, ALL fragments have been acknowledged. And of
course, I’d also like the ENet to signal the sender if that packet (possibly
consisting of multiple fragments) fails to reach its recipient after a number
of retries and waits. Any ideas? <o:p></o:p></span></font></p>
<p class=MsoNormal><font size=1 face="Lucida Sans Typewriter"><span
style='font-size:8.0pt;font-family:"Lucida Sans Typewriter"'><o:p> </o:p></span></font></p>
<p class=MsoNormal><font size=1 face="Lucida Sans Typewriter"><span
style='font-size:8.0pt;font-family:"Lucida Sans Typewriter"'>Thanks!<o:p></o:p></span></font></p>
<p class=MsoNormal><font size=1 face="Lucida Sans Typewriter"><span
style='font-size:8.0pt;font-family:"Lucida Sans Typewriter"'><o:p> </o:p></span></font></p>
<p class=MsoNormal><font size=1 face="Lucida Sans Typewriter"><span
style='font-size:8.0pt;font-family:"Lucida Sans Typewriter"'>Greg<o:p></o:p></span></font></p>
</div>
</body>
</html>