From e1d14623f41eb82c5acb90c17ba5c62b7d798bbe Mon Sep 17 00:00:00 2001 From: Ryo Nakamura Date: Sun, 4 Dec 2022 21:32:48 +0900 Subject: set TCP_NODELAY by default and introduce -N option to disable it --- src/ssh.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ssh.h') diff --git a/src/ssh.h b/src/ssh.h index 0f6fd52..f44f67f 100644 --- a/src/ssh.h +++ b/src/ssh.h @@ -13,6 +13,7 @@ struct ssh_opts { char *cipher; /* -c */ char *hmac; /* -M */ int compress; /* -C */ + int nodelay; /* -N */ int debuglevel; /* -v */ bool no_hostkey_check; /* -H */ -- cgit v1.2.3