When a user is disconnected from the server and is reconnecting, do I need to get a new ENetPeer object (from the enet_host_connect() function), or is it possible to use the same one to reconnect? Also, if I have to get a new one, do I need to delete the old one (& how)?