mirror of
https://github.com/clearml/dropbear
synced 2025-06-26 18:17:32 +00:00
- Sockets are set to lowdelay priority initially to improve conneciton setup
time - Set non-pty connections to bulk for client and server
This commit is contained in:
@@ -369,7 +369,8 @@ static int cli_initchansess(struct Channel *channel) {
|
||||
|
||||
if (cli_opts.wantpty) {
|
||||
send_chansess_pty_req(channel);
|
||||
set_sock_priority(ses.sock_out);
|
||||
} else {
|
||||
set_sock_priority(ses.sock_out, DROPBEAR_PRIO_BULK);
|
||||
}
|
||||
|
||||
send_chansess_shell_req(channel);
|
||||
|
||||
Reference in New Issue
Block a user