[ENet-discuss] File transfers w/ e-net

Kenneth Bull llubnek at gmail.com
Thu May 13 10:29:20 PDT 2010


On 12 May 2010 19:46, Chris Jurney <jurney at gmail.com> 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.


More information about the ENet-discuss mailing list