Kieran Mansley wrote:
On Wed, 2010-02-03 at 09:08 -0500, Chen wrote:
Hi, all,

How do I control the numbers of TCP connection to the same port?
If you mean the number of concurrent tcp client connections to one listening connection, that would be the backlog, and you can set it with tcp_listen_with_backlog().

Simon


_______________________________________________
lwip-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to