<div dir="ltr">Hi,<div><br></div><div>1) I am sending with unreliable packets < MTU<br></div><div>2) I am sending packets in bursts (30 or more but less than 70 in a short time)</div><div>3) I have tested with the server and the client on the same machine</div><div>4) I have tested with the server and the client on the different machines<br></div><div><br></div><div>Now the weird part.</div><div><br></div><div>I send the packet bursts like this</div><div><br></div><div>0 1 2 3 4 .... n</div><div><br></div><div>and received them as</div><div><br></div><div>n-1 0 1 2 4 ... n</div><div><br></div><div>Meaning the next to last packet goes out first on the line. I know that I send them in order because if I change to reliable sending the order is correct 0 to n.</div><div><br></div><div>Is this due to ENet internal buffers or due to some network drivers?</div><div><br></div><div>I found this while trying to home brew a packet loss formula (maxPacketIndex-minPacketIndex kind of thing) and saw how packet loss peaked and fell in periods. This is due to the first packet being much larger index indicating a fake packet loss with this strategy.</div><div><br></div><div>Best regards,</div><div><br></div><div>Pablo<br>
</div></div>