On Wed, 2010-08-18 at 18:34 -0400, Karthik Vadambacheri Manian wrote: > Also from your above statement do you mean > that separate interrupt should occur for both acknowledgement packet > and > data packet?. Please let me know.
That would be one solution, but there are plenty of other ways to achieve reliable timely delivery. An interrupt per packet will result in a lot more overhead than being able to take a single interrupt that delivers multiple packets though. Kieran _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
