Bugzilla – Attachment 1349 Details for
Bug 1360
Connection aborted on large data -R transfer
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix - undo one patch.
openssh-4.7p1-channels-undo.patch (text/plain), 671 bytes, created by
Jan Kratochvil
on 2007-09-18 05:42:54 AEST
(
hide
)
Description:
Fix - undo one patch.
Filename:
MIME Type:
Creator:
Jan Kratochvil
Created:
2007-09-18 05:42:54 AEST
Size:
671 bytes
patch
obsolete
>--- openssh-4.7p1/channels.h-orig 2007-09-17 21:29:19.000000000 +0200 >+++ openssh-4.7p1/channels.h 2007-09-17 21:30:47.000000000 +0200 >@@ -122,9 +122,9 @@ struct Channel { > > /* default window/packet sizes for tcp/x11-fwd-channel */ > #define CHAN_SES_PACKET_DEFAULT (32*1024) >-#define CHAN_SES_WINDOW_DEFAULT (64*CHAN_SES_PACKET_DEFAULT) >+#define CHAN_SES_WINDOW_DEFAULT (4*CHAN_SES_PACKET_DEFAULT) > #define CHAN_TCP_PACKET_DEFAULT (32*1024) >-#define CHAN_TCP_WINDOW_DEFAULT (64*CHAN_TCP_PACKET_DEFAULT) >+#define CHAN_TCP_WINDOW_DEFAULT (4*CHAN_TCP_PACKET_DEFAULT) > #define CHAN_X11_PACKET_DEFAULT (16*1024) > #define CHAN_X11_WINDOW_DEFAULT (4*CHAN_X11_PACKET_DEFAULT) >
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 1360
:
1349
|
1425
|
1426