Bugzilla – Attachment 1230 Details for
Bug 1263
connection sharing often freezes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Revert TCP_NODELAY patch
openssh-nagle-disable.patch (text/plain), 602 bytes, created by
Darren Tucker
on 2007-01-22 14:16:02 AEDT
(
hide
)
Description:
Revert TCP_NODELAY patch
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2007-01-22 14:16:02 AEDT
Size:
602 bytes
patch
obsolete
>Index: packet.c >=================================================================== >RCS file: /usr/local/src/security/openssh/cvs/openssh/packet.c,v >retrieving revision 1.120 >retrieving revision 1.119 >diff -u -p -r1.120 -r1.119 >--- packet.c 15 Mar 2006 01:05:22 -0000 1.120 >+++ packet.c 15 Mar 2006 00:24:12 -0000 1.119 >@@ -1482,7 +1482,8 @@ packet_set_interactive(int interactive) > /* Only set socket options if using a socket. */ > if (!packet_connection_is_on_socket()) > return; >- set_nodelay(connection_in); >+ if (interactive) >+ set_nodelay(connection_in); > packet_set_tos(interactive); > } >
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 1263
:
1209
|
1210
| 1230 |
1231
|
1371