<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.6000.16825" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=953572610-12052009><FONT face=Arial
color=#0000ff size=2>I'm not sure, but the whole 'feel' of Enet suggest that
it's not targeted at efficient sending of such large
packets.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=953572610-12052009><FONT face=Arial
color=#0000ff size=2>My guts say it's better to just split the whole thing up in
1Kb segment for example and send those reliably. But Lee might have the
definitive tip on this.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=953572610-12052009><FONT face=Arial
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=953572610-12052009><FONT face=Arial
color=#0000ff size=2>Cheers,</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=953572610-12052009><FONT face=Arial
color=#0000ff size=2>Ruud</FONT></SPAN></DIV><BR>
<BLOCKQUOTE
style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid; MARGIN-RIGHT: 0px">
<DIV class=OutlookMessageHeader lang=nl dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>Van:</B> enet-discuss-bounces@cubik.org
[mailto:enet-discuss-bounces@cubik.org] <B>Namens
</B>sinoth<BR><B>Verzonden:</B> Tuesday, May 12, 2009 06:02<BR><B>Aan:</B>
enet-discuss@cubik.org<BR><B>Onderwerp:</B> [ENet-discuss] Monitoring the
progress of a large packet<BR></FONT><BR></DIV>
<DIV></DIV>Heya all, have a question about large transfers. My current
app needs to send a snapshot of data which is decently large (~1.5meg) when a
client connects, and I'm wondering if there is a good way to monitor the
progress of this transfer without manually splitting it up. Currently I
shove all the data into one "packet", and let ENet handle splitting it up
behind the scenes. However, using this method I can't find an easy way
to ask ENet what the current transfer progress is. I'd like to display
to the client a % of transfer complete.<BR clear=all><BR>Can I somehow find
out how much of a packet has been pushed out, or will I need to manually split
it into chunks so I can monitor progress?<BR></BLOCKQUOTE></BODY></HTML>