Bugzilla – Attachment 2311 Details for
Bug 2124
TCP_NODELAY not set by sshd for non-interactive non-exec sessions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
call packet_set_interactive() when -N set
bz2124.diff (text/plain), 652 bytes, created by
Damien Miller
on 2013-07-12 10:40:02 AEST
(
hide
)
Description:
call packet_set_interactive() when -N set
Filename:
MIME Type:
Creator:
Damien Miller
Created:
2013-07-12 10:40:02 AEST
Size:
652 bytes
patch
obsolete
>Index: ssh.c >=================================================================== >RCS file: /cvs/src/usr.bin/ssh/ssh.c,v >retrieving revision 1.378 >diff -u -p -r1.378 ssh.c >--- ssh.c 17 May 2013 00:13:14 -0000 1.378 >+++ ssh.c 12 Jul 2013 00:38:32 -0000 >@@ -1429,6 +1429,11 @@ ssh_session2(void) > > if (!no_shell_flag || (datafellows & SSH_BUG_DUMMYCHAN)) > id = ssh_session2_open(); >+ else { >+ packet_set_interactive( >+ options.control_master == SSHCTL_MASTER_NO, >+ options.ip_qos_interactive, options.ip_qos_bulk); >+ } > > /* If we don't expect to open a new session, then disallow it */ > if (options.control_master == SSHCTL_MASTER_NO &&
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
dtucker
:
ok+
Actions:
View
|
Diff
Attachments on
bug 2124
: 2311