We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently limited to 2 which means single transfers. With large small file transfers this makes things quite slow.
The text was updated successfully, but these errors were encountered:
Changed this to 5 and it just worked(tm), higher it likes to stall connections. Any reason you have it so low? https://github.com/Ryzee119/LithiumX/blob/master/src/lib/ftpd/ftp.h#L38
Edit: Nvm :P Weird stuff happening after ~6k files.
Sorry, something went wrong.
You need to increase MEMP_NUM_NETBUF, MEMP_NUM_NETCONN variables I believe to match the max number of clients.
-DMEMP_NUM_NETBUF=6, -DMEMP_NUM_NETCONN=6 in CFLAGS for example, but it does still get confused sometimes. Not really sure why yet.
-DMEMP_NUM_NETBUF=6
-DMEMP_NUM_NETCONN=6
No branches or pull requests
Currently limited to 2 which means single transfers. With large small file transfers this makes things quite slow.
The text was updated successfully, but these errors were encountered: