channel_pre_open(Channel *c, fd_set * readset, fd_set * writeset)
{
u_int limit = compat20 ? c->remote_window : packet_get_maxsize();
if (limit > 0x10000)
limit = 0x10000;
if (c->istate == CHAN_INPUT_OPEN &&
limit > 0 &&