comparison cli-chansession.c @ 870:80af450dae76

Set IPTOS_LOWDELAY on PTY sessions only
author Catalin Patulea <cat@vv.carleton.ca>
date Mon, 02 Dec 2013 22:55:43 +0800
parents c19acba28590
children aa689d140928
comparison
equal deleted inserted replaced
869:c63e7644db60 870:80af450dae76
367 } 367 }
368 #endif 368 #endif
369 369
370 if (cli_opts.wantpty) { 370 if (cli_opts.wantpty) {
371 send_chansess_pty_req(channel); 371 send_chansess_pty_req(channel);
372 set_sock_priority(ses.sock_out);
372 } 373 }
373 374
374 send_chansess_shell_req(channel); 375 send_chansess_shell_req(channel);
375 376
376 if (cli_opts.wantpty) { 377 if (cli_opts.wantpty) {