The present sockets API is only really there as a way for people to port
existing code for less effort. It's not a great choice for writing
something new.
Interesting! Is that the boiled down truth? I was about to use lwip for my
new project, which will not use anything but socket interface!! While I
can certainly understand the need for something lighter in a few
particular places, I would never consider using anything but sockets for a
new project myself. I guess I'll be heading back to Interniche if that is
the case.
Well, I guess better hearing this now, than later, so thanks for that
insight!