diff options
author | Ryo Nakamura <upa@haeena.net> | 2024-04-29 18:08:15 +0900 |
---|---|---|
committer | Ryo Nakamura <upa@haeena.net> | 2024-04-29 18:08:15 +0900 |
commit | ef2dd55572a17cf9a2a1059aca2fa395e7d7efca (patch) | |
tree | 21895485ec0541da33e3df01987f78b310a476db /doc/mscp.1.in | |
parent | ab6649f29e7a24e02a5c363a17a79601607930aa (diff) |
man: add available values for -c -M and -g options
Diffstat (limited to 'doc/mscp.1.in')
-rw-r--r-- | doc/mscp.1.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/mscp.1.in b/doc/mscp.1.in index 4da161f..75bf8e3 100644 --- a/doc/mscp.1.in +++ b/doc/mscp.1.in @@ -289,6 +289,10 @@ connection to the jump host described by .TP .B \-c \fICIPHER\fR Selects the cipher to use for encrypting the data transfer. See +.B mscp -h +or +.B Ciphers +in .UR https://\:www\:.libssh\:.org/\:features/ libssh features .UE . @@ -296,6 +300,10 @@ libssh features .TP .B \-M \fIHMAC\fR Specifies MAC hash algorithms. See +.B mscp -h +or +.B MAC hashes +in .UR https://\:www\:.libssh\:.org/\:features/ libssh features .UE . @@ -311,6 +319,9 @@ libssh features .TP .B \-g \fICONGESTION\fR Specifies the TCP congestion control algorithm to use (Linux only). +See +.B sysctl net.ipv4.tcp_allowed_congestion_control +for available values. .TP .B \-p |