[BACK]Return to channels.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/channels.c between version 1.269 and 1.270

version 1.269, 2007/06/11 08:04:44 version 1.270, 2007/06/25 08:20:03
Line 1640 
Line 1640 
 {  {
         if (c->type == SSH_CHANNEL_OPEN &&          if (c->type == SSH_CHANNEL_OPEN &&
             !(c->flags & (CHAN_CLOSE_SENT|CHAN_CLOSE_RCVD)) &&              !(c->flags & (CHAN_CLOSE_SENT|CHAN_CLOSE_RCVD)) &&
             ((c->local_window_max - c->local_window <              ((c->local_window_max - c->local_window >
             c->local_maxpacket*3) ||              c->local_maxpacket*3) ||
             c->local_window < c->local_window_max/2) &&              c->local_window < c->local_window_max/2) &&
             c->local_consumed > 0) {              c->local_consumed > 0) {

Legend:
Removed from v.1.269  
changed lines
  Added in v.1.270