<div>Hello,<br> <br>I am playing around with unreliable unordered packets in ENet and I am<br>trying to figure out why I am not transferring fast enough. My packets are<br>all around 1800 bytes and are sent continuously. I seem to get the same<br>

speed on most any machine independent of wifi/Gigabit LAN/local intra-<br>process communication. This is disturbing to me as I don't understand<br>why. I am using the same loop as in the tutorial and I am getting no more<br>

than 250kB/s transfer rates, when it should be around 10MB/s in the best<br>scenario. Is it due to all the packet_create calls? Is it due to some internal<br>throttling? Packets don't seem to be lost so I am at loss :-)<br>

 <br>I changed the timer to 0 ms wait on the host loop function if that makes<br>any difference, but it doesn't seem so. Adding or removing a 5m Sleep<br>(windows function so working on the whole process) doesn't seem to make<br>

any change other than making the whole system unresponsive if removed.</div>
<div> </div>
<div>Pablo</div>