diff options
Diffstat (limited to 'cli-main.c')
-rw-r--r-- | cli-main.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -75,9 +75,6 @@ int main(int argc, char ** argv) { int sock = connect_remote(cli_opts.remotehost, cli_opts.remoteport, 0, &error); sock_in = sock_out = sock; - if (cli_opts.wantpty) { - set_sock_priority(sock, DROPBEAR_PRIO_LOWDELAY); - } } if (sock_in < 0) { |