Bugzilla – Attachment 811 Details for
Bug 981
Flow stop in SSH2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Set TCP_NODELAY for all connections not just interactive ones
openssh-packet-nodelay.patch (text/plain), 573 bytes, created by
Darren Tucker
on 2005-02-09 20:30:55 AEDT
(
hide
)
Description:
Set TCP_NODELAY for all connections not just interactive ones
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2005-02-09 20:30:55 AEDT
Size:
573 bytes
patch
obsolete
>Index: packet.c >=================================================================== >RCS file: /usr/local/src/security/openssh/cvs/openssh_cvs/packet.c,v >retrieving revision 1.114 >diff -u -p -r1.114 packet.c >--- packet.c 5 Nov 2004 09:27:55 -0000 1.114 >+++ packet.c 9 Feb 2005 09:28:05 -0000 >@@ -1439,8 +1439,7 @@ packet_set_interactive(int interactive) > /* Only set socket options if using a socket. */ > if (!packet_connection_is_on_socket()) > return; >- if (interactive) >- set_nodelay(connection_in); >+ 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
Flags:
djm
:
ok+
Actions:
View
|
Diff
Attachments on
bug 981
: 811