On 12 May 2010 19:46, Chris Jurney <[email protected]> wrote:
> Agreed.  You might look for something better suitted to transferring files
> than eNet like the File Transfer Protocol.  TCP has had a lot of effort
> poured into it to solve exactly this sort of problem.
>

Actually, using UDP for file transfers could give you a bit of a speed
boost.  If you send the file offset with each packet, the client could
assemble the file out of order and request missing blocks as needed.
_______________________________________________
ENet-discuss mailing list
[email protected]
http://lists.cubik.org/mailman/listinfo/enet-discuss

Reply via email to