<!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.16890" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=734135621-28042010><FONT face=Arial 
color=#0000ff size=2>Especially with packets &gt;2Kb, as UDP only allows packets 
upto around 1,5Kb. After that, Enet starts splitting them up and rejoining them 
at the client (receiving) end, so it's important to keep calling 
enet_host_service().</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>Nuno 
  Silva<BR><B>Verzonden:</B> Wednesday, April 28, 2010 20:15<BR><B>Aan:</B> 
  Discussion of the ENet library<BR><B>Onderwerp:</B> Re: [ENet-discuss] Problem 
  with fragmentation and reassembly of bigenet packets<BR></FONT><BR></DIV>
  <DIV></DIV>Even if Client-Only you should call enet_host_service, since it 
  takes care of transferring packets back and forth. Check if that 
helps.<BR><BR>
  <DIV class=gmail_quote>On Wed, Apr 28, 2010 at 5:06 PM, RAULO-KUMAGAI Emmanuel 
  IT&amp;L@bs <SPAN dir=ltr>&lt;<A 
  href="mailto:emmanuel.raulo@orange-ftgroup.com">emmanuel.raulo@orange-ftgroup.com</A>&gt;</SPAN> 
  wrote:<BR>
  <BLOCKQUOTE class=gmail_quote 
  style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">Hello,<BR><BR>I'm 
    experiencing problems with receiving big packets over enet.<BR><BR>At the 
    sending side, I'm using a "client only" host (e.g. enet_host_service() is 
    never called for that host, except when connecting to receiving 
    peer).<BR><BR>The same code works just fine with small packets but, as soon 
    as those get a little bigger than 2 kilobytes, I'm not receiving packets on 
    the other side: at 3KB I'm receiving some packets then nothing, at 40KB 
    packets are never received.<BR><BR>Packets are created with the flag 
    ENET_PACKET_FLAG_RELIABLE.<BR><BR>I'm experiencing this issue under Windows 
    XP SP3, with either the two applications running on the same machine or 2 
    separate machines on a gigabit LAN.<BR><BR>Am I overlooking something or is 
    this a bug?<BR><BR>Support would be greatly appreciated.<BR><BR>-- <BR><FONT 
    color=#888888>Emmanuel<BR></FONT><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></BLOCKQUOTE></BODY></HTML>