Hi,
Attached is a patch to update our lwip library. About autoconf: > So your autoconf effort and that effort could probably be merged? They recently removed their unix library from their lwip-contrib repo, and are wroking on replacing GNU Autotools for CMake[1], so I don't think they are interested in our work. About port: > Is it not possible to make them valid over all unix variants, and to have > just a small unix-system-depend section? They already are, in fact, our sys_arch.{c,h} are taken directly from their lwip-contrib repo. I could try to send them back our little changes on those two files (pthread_hurd_cond_wait_np and SYS_ARCH_INTR definitions), as they could be useful as an example for others. But for the other two files, cc.h and lwipopts.h, I don't see the point on sharing them, as the last one is just our tunning, and our cc.h only makes sense with our lwipots.h. About posix and max_sockets: > Yes I think it's worth to keep trying OK, I'll try it again. ------------------------- [1] https://lists.nongnu.org/archive/html/lwip-devel/2018-04/msg00065.html