On Tue, 2007-04-03 at 11:10 +0200, Michael Ambrus wrote: > If I understand you correctly Dmitry, there's a significant trade-off > between performance and RAM usage.
In networking it's one of the biggest factors, particularly with TCP. > Are the API's between uIP and lwIP similar at least? Not really. They're entirely different code bases with different APIs. Any similarities are coincidental, and due to the fact that they're all APIs for sending network traffic (and so are bound to have some similarities). Kieran _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
