Am 27.02.2020 um 16:25 schrieb Alex H: > Hello, > > I stumbled upon a limitation in the MEMP_NUM_TCP_PCB setting, where the > maximum is an unsigned short. I was wondering if there is a simple way > to boost this limit, as I get the following warning currently and cannot > connect more than 16960 clients:
I guess lwIP is not really designed for that many connections. If you really need that many tcp connections however, you may need to adjust other memp pools also, which should hit the limit before the TCP_PCB pool. I suggest to enable MEMP_MEM_MALLOC and just set the heap size high enough... Regards, Simon _______________________________________________ lwip-users mailing list lwip-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/lwip-users