<div dir="ltr"><div>Hello,</div>
<div>&nbsp;</div>
<div>I was also wondering the best way to get the ping of a server when scanning servers. </div>
<div>&nbsp;</div>
<div>I found this:</div>
<div>&nbsp;</div>
<div>enet_peer_ping(peer);</div>
<div>&nbsp;</div>
<div>But I&#39;m apparently getting pings of 400+ over LAN, which shouldn&#39;t be.</div>
<div>If I join the game.. I can slowly watch the ping drop down to 20 or so, but it takes a while. It seems like this is because</div>
<div>peer-&gt;lastRoundTripTime is returning an average over the last couple seconds? I know that it&#39;s meant to be the LAST</div>
<div>round trip time.. but why then does it take so long for the ping to settle down to ~20 over&nbsp;LAN?</div>
<div>&nbsp;</div>
<div>Anyway..&nbsp;if I use enet_peer_ping(peer).. how do I know when the ping has been&nbsp;returned? Do I have to call </div>
<div>enet_host_service or something? I need to wait for the ping to be ponged before I can return the function with the updated ping.</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>Thanks,</div>
<div>Ben.<font color="#dcc8ff" size="2"><font color="#dcc8ff" size="2"></font></font></div></div>