It seems to be right. If it works for you, you dont need to recreate the address.
2011/1/4 Вячеслав Блинников <[email protected]> > Now everything works fine. Thank you! > > P.S. I put code > > > const char* url = "localhost"; >> const int port = 1301; >> >> ENetAddress address; >> /* Connect to url:port. */ >> enet_address_set_host(&address, url); >> address.port = port; >> > before all connections attempts - is it right - it not it need to recreate > ENetAddress after each unsuccessfull connection attempt? > > _______________________________________________ > ENet-discuss mailing list > [email protected] > http://lists.cubik.org/mailman/listinfo/enet-discuss > >
_______________________________________________ ENet-discuss mailing list [email protected] http://lists.cubik.org/mailman/listinfo/enet-discuss
