[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] [PATCH] Fix wrong size of outgoing packets in the FEC driver



Vincent, this is absolutely great work!

On a quick check, your fix also fixed the hangs we experienced using the FEC driver with EmuTOS and MiNT (at least on the "Firebee sending" side). It's now happily scp'ing its complete CF card contents to my Linux machine with up to 850 KB/s. No need to use the special "BaS FEC driver" anymore.

There still seems to be something wrong in the other direction - scp receive of large datasets sooner or later hangs the Firebee, as before.

Thanks!




Am 04.09.2014 um 01:03 schrieb Vincent Rivière:
Hello.

As promised, here is the patch for the FEC driver.
It fixes ping with packet size > 1500 and the NFS server in UDP mode.

Alan, please commit!

fec.patch
Fix wrong size of fragmented outgoing packets. Contributed by Vincent Riviere.