Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 516022 Details for
Bug 634594
net-misc/openssh-7.6_p1 sftp-server stalls during transfers
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix "HPNDisabled yes" to suppress the problem
fix_HPNDisabled_yes.patch (text/plain), 358 bytes, created by
Zac Medico
on 2018-01-23 02:29:31 UTC
(
hide
)
Description:
fix "HPNDisabled yes" to suppress the problem
Filename:
MIME Type:
Creator:
Zac Medico
Created:
2018-01-23 02:29:31 UTC
Size:
358 bytes
patch
obsolete
>--- a/channels.c >+++ b/channels.c >@@ -1006,7 +1006,8 @@ > if (!c->tcpwinsz || c->dynamic_window > 0) > c->tcpwinsz = channel_tcpwinsz(); > >- c->remote_window = MIN(c->remote_window, 2 * c->tcpwinsz); >+ if (c->dynamic_window) >+ c->remote_window = MIN(c->remote_window, 2 * c->tcpwinsz); > > if (c->istate == CHAN_INPUT_OPEN && > c->remote_window > 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 634594
:
516022
|
516024
|
516026