lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] TCP Sessions Scale Limit


From: Simon Goldschmidt
Subject: Re: [lwip-users] TCP Sessions Scale Limit
Date: Tue, 27 Feb 2018 14:12:04 +0100

Anil kumar wrote:
> what is the maximum TCP Session limit tested. 

None that I know of. But I'd expect things to get slow, eventually...

> I am trying to configure 2000 LDP Session i am seeing issues (TCP Errors)
> 
> What would be suggested macro values to be tuned in opt.h such that i can 
> scale TCP Sessions.

Enabled LWIP_STATS and check the stats for an 'err' value.

Also, check a wireshark log to see what's wrong. If you have 2000 clients, your 
ARP table needs to be big enough, too.

Simon



reply via email to

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