On Mon, 2008-10-13 at 08:58 -0400, bill wrote: > TCP checksum (which we in the end disabled because we are always on an > internal lan)
I hope you're not transferring any important data over this connection. I would not trust any network to get the bits right all the time. It would be fine for a large class of applications (e.g. where the data has no persistence when it arrives, or for those that would often use UDP) but a really bad idea for others. Kieran _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
