From bf74aa095adf8d0a3b4144b29b2d7a48fe4e02b2 Mon Sep 17 00:00:00 2001 From: Ryo Nakamura Date: Sat, 9 Sep 2023 14:32:15 +0900 Subject: add -g option to specify TCP cc algorithm This commit introduce SSH_OPTIONS_CCALGO option to the libssh patch and add -g CONGESTION option to mscp. --- test/test_python.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/test_python.py') diff --git a/test/test_python.py b/test/test_python.py index a6b2787..22d778a 100644 --- a/test/test_python.py +++ b/test/test_python.py @@ -121,6 +121,7 @@ param_invalid_kwargs = [ { "cipher": "invalid" }, { "hmac": "invalid"}, { "compress": "invalid"}, + { "ccalgo": "invalid"}, ] @pytest.mark.parametrize("kw", param_invalid_kwargs) -- cgit v1.2.3