set TCP_NODELAY by default and introduce -N option to disable it

This commit is contained in:
Ryo Nakamura
2022-12-04 21:32:48 +09:00
parent 3b794ab51b
commit e1d14623f4
3 changed files with 14 additions and 2 deletions

View File

@@ -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 */