Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow more than 128 connections #81

Open
C0rn3j opened this issue Nov 7, 2018 · 2 comments
Open

Allow more than 128 connections #81

C0rn3j opened this issue Nov 7, 2018 · 2 comments

Comments

@C0rn3j
Copy link

C0rn3j commented Nov 7, 2018

Looks like the max of 128 connections is hard coded, would it be possible to make this a config option?

#32 (comment)

@vinoth-kumar-r
Copy link

Looks like the max of 128 connections is hard coded, would it be possible to make this a config option?

#32 (comment)

Hi

Did you fix this?

If you have any solutions kindly share it, here.

Thanks.

@lrosset
Copy link

lrosset commented Feb 8, 2021

Indeed: SftpServer/SftpWho.h
=> #define SFTPWHO_MAXCLIENT 128 //128 x 716o = 89.5 ko

However, I wonder why they chose to limit it programmaticaly...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants