mirror of
https://github.com/upa/mscp.git
synced 2026-02-04 03:24:58 +08:00
This commit introduce SSH_OPTIONS_CCALGO option to the libssh patch and add -g CONGESTION option to mscp.
Patch(es) in this directory introduces sftp_async_write() and
sftp_async_write_end() to libssh. Those implementations are derived
from https://github.com/limes-datentechnik-gmbh/libssh. See Re: SFTP
Write async.
git clone https://git.libssh.org/projects/libssh.git/ --depth=1 -b libssh-0.10.4
cd libssh
git apply ../pathc/libssh-0.10.4.patch
# then build libssh