lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] Simultaneous GET requests to HTTP Server


From: Sergio R. Caprile
Subject: Re: [lwip-users] Simultaneous GET requests to HTTP Server
Date: Fri, 16 Jun 2017 09:49:08 -0300
User-agent: Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Thunderbird/52.1.1

If you want the server to accept 6 simultaneous connections, you have to provide the stack with room for at least 6 pcbs, memory for the 6 connection structures, perhaps enough pbufs for prompt response... There's been a long time I'm not with the server, but I don't remember having a built-in limit.

Perhaps if you read the docs, enable debugging (and probably stats), take note of what is happening, and post it, one of us could have a clue to your specific issue.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]