Bugzilla – Attachment 1099 Details for
Bug 556
TCP_NODELAY not set for non-interactive sessions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Tidy up patch.
openbsd-sshd-nodelay.patch (text/plain), 466 bytes, created by
Darren Tucker
on 2006-03-13 19:25:00 AEDT
(
hide
)
Description:
Tidy up patch.
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2006-03-13 19:25:00 AEDT
Size:
466 bytes
patch
obsolete
>Index: sshd.c >=================================================================== >RCS file: /cvs/src/usr.bin/ssh/sshd.c,v >retrieving revision 1.324 >diff -u -p -r1.324 sshd.c >--- sshd.c 2006/03/07 09:07:40 1.324 >+++ sshd.c 2006/03/13 08:22:03 >@@ -1400,6 +1400,8 @@ main(int ac, char **av) > continue; > } > >+ set_nodelay(newsock); >+ > for (j = 0; j < options.max_startups; j++) > if (startup_pipes[j] == -1) { > startup_pipes[j] = startup_p[0];
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
Actions:
View
|
Diff
Attachments on
bug 556
:
294
| 1099