acassis commented on PR #20160: URL: https://github.com/apache/nuttx/pull/20160#issuecomment-5697150938
@elokuucadiaN I think the question that @xiaoxiang781216 raised is valid: you forgot to explain "why?" I know that Samsung used lwIP because they thought that the default stack was slow; but in fact they were using the default network stack parameters that is tailored to fit on small devices, so buffers were minimum, fragmentation were huge, etc. Configuring the network stack correctly it is so fast as lwIP or even faster than lwIP. That said, I think having an option to use lwIP on NuttX is fine, the only problem is this: probably you will add it and disappear, so it will be "another baby" for our small community to take care :-) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
