comparison svr-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 220f55d540ae
children aa689d140928
comparison
equal deleted inserted replaced
869:c63e7644db60 870:80af450dae76
578 sessionwinchange(chansess); 578 sessionwinchange(chansess);
579 579
580 /* Read the terminal modes */ 580 /* Read the terminal modes */
581 get_termmodes(chansess); 581 get_termmodes(chansess);
582 582
583 set_sock_priority(ses.sock_out);
584
583 TRACE(("leave sessionpty")) 585 TRACE(("leave sessionpty"))
584 return DROPBEAR_SUCCESS; 586 return DROPBEAR_SUCCESS;
585 } 587 }
586 588
587 static char* make_connection_string() { 589 static char* make_connection_string() {