Bugzilla – Attachment 294 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]
Patch to add the TCP_NODELAY flag after the connection acceptance
patchfile_openssh-3.4p1.fixes.tunneling.buffering.patch (text/plain), 429 bytes, created by
Brian Genisio
on 2003-05-14 22:37:42 AEST
(
hide
)
Description:
Patch to add the TCP_NODELAY flag after the connection acceptance
Filename:
MIME Type:
Creator:
Brian Genisio
Created:
2003-05-14 22:37:42 AEST
Size:
429 bytes
patch
obsolete
>diff -r -c ./sshd.c ../PATCHED_openssh-3.4p1/sshd.c >*** ./sshd.c Tue Jun 25 19:24:19 2002 >--- ../PATCHED_openssh-3.4p1/sshd.c Thu May 8 07:12:17 2003 >*************** >*** 1290,1295 **** >--- 1290,1298 ---- > continue; > } > >+ set_nodelay(newsock); >+ debug2("OAE FIX: set_nodelay"); >+ > 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