Bugzilla – Attachment 874 Details for
Bug 1014
SCP slow bandwidth with Solaris8 on n240
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
disable nagle algorithm
openssh-no-nagle.patch (text/plain), 520 bytes, created by
Darren Tucker
on 2005-04-13 21:25:35 AEST
(
hide
)
Description:
disable nagle algorithm
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2005-04-13 21:25:35 AEST
Size:
520 bytes
patch
obsolete
>Index: misc.c >=================================================================== >RCS file: /usr/local/src/security/openssh/cvs/openssh_cvs/misc.c,v >retrieving revision 1.44 >diff -u -p -r1.44 misc.c >--- misc.c 14 Mar 2005 12:08:12 -0000 1.44 >+++ misc.c 13 Apr 2005 11:24:00 -0000 >@@ -101,6 +101,8 @@ set_nodelay(int fd) > int opt; > socklen_t optlen; > >+ return; >+ > optlen = sizeof opt; > if (getsockopt(fd, IPPROTO_TCP, TCP_NODELAY, &opt, &optlen) == -1) { > debug("getsockopt TCP_NODELAY: %.100s", strerror(errno));
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 1014
: 874 |
884
|
1013