diff 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
line wrap: on
line diff
--- a/cli-chansession.c	Mon Dec 02 22:15:17 2013 +0800
+++ b/cli-chansession.c	Mon Dec 02 22:55:43 2013 +0800
@@ -369,6 +369,7 @@
 
 	if (cli_opts.wantpty) {
 		send_chansess_pty_req(channel);
+		set_sock_priority(ses.sock_out);
 	}
 
 	send_chansess_shell_req(channel);