Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 634594 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +3 lines)
Line  Link Here
0
-- a/channels.c
0
++ b/channels.c
Lines 1006-1012 Link Here
1006
	if (!c->tcpwinsz || c->dynamic_window > 0)
1006
	if (!c->tcpwinsz || c->dynamic_window > 0)
1007
		c->tcpwinsz = channel_tcpwinsz();
1007
		c->tcpwinsz = channel_tcpwinsz();
1008
1008
1009
	c->remote_window = MIN(c->remote_window, 2 * c->tcpwinsz);
1009
	if (c->dynamic_window)
1010
		c->remote_window = MIN(c->remote_window, 2 * c->tcpwinsz);
1010
1011
1011
	if (c->istate == CHAN_INPUT_OPEN &&
1012
	if (c->istate == CHAN_INPUT_OPEN &&
1012
	    c->remote_window > 0 &&
1013
	    c->remote_window > 0 &&

Return to bug 634594