Set IPTOS_LOWDELAY on PTY sessions only

This commit is contained in:
Catalin Patulea
2013-12-02 22:55:43 +08:00
parent 4f6f651b7d
commit ddc10b2d0c
5 changed files with 30 additions and 8 deletions

View File

@@ -580,6 +580,8 @@ static int sessionpty(struct ChanSess * chansess) {
/* Read the terminal modes */
get_termmodes(chansess);
set_sock_priority(ses.sock_out);
TRACE(("leave sessionpty"))
return DROPBEAR_SUCCESS;
}