mysecureshell icon indicating copy to clipboard operation
mysecureshell copied to clipboard

max Clients limited by 128?

Open ccrow2015 opened this issue 3 years ago • 1 comments

Hi, we have reached the limit of 128 simultaneous connections, is that right that connection are hard coded in SftpWho.h? and when i set the limit to #define SFTPWHO_MAXCLIENT 256, What about the memory consumption?

ccrow2015 avatar Mar 24 '22 11:03 ccrow2015

Hello,

You can update SFTPWHO_MAXCLIENT to 256 for only few kilo-bytes of memory.

Teka101 avatar Mar 28 '22 09:03 Teka101