mirror of
https://github.com/clearml/dropbear
synced 2025-06-26 18:17:32 +00:00
Set IPTOS_LOWDELAY on PTY sessions only
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user