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