Good morning all,<br><br>I&#39;m interested in the best ways to handle failures.<br>If I try to make a connection using an enet client and the server is down I assume:<br>* I will just not get a connection event.<br>* After some arbitrary time I can reset the client using enet_peer_reset() and try to connect again?<br>
<br>Is there anything else I need to do?<br><br>Thanks!<br>