[ENet-discuss] HUGE Packet Loss ~80%
Ben Johnson
bencelot at gmail.com
Fri Aug 22 14:36:19 PDT 2008
Ooops!! Found it.
I had: enet_host_create (NULL,1,57600/8,1440/8);
instead of: enet_host_create (NULL,1,57600/8,14400/8);
Damn typos! Must say though.. it runs a LOT better now. I'm wondering if I
should just set it to:
enet_host_create (NULL,1, 0, 0);
is this wise? (this is for the client, btw).
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cubik.org/pipermail/enet-discuss/attachments/20080823/9441b7c9/attachment.htm>
More information about the ENet-discuss
mailing list