Develop and Download Open Source Software

Browse Subversion Repository

Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ssh.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 8093 by yutakapon, Sun Sep 8 10:16:41 2019 UTC revision 8233 by doda, Fri Sep 27 10:16:12 2019 UTC
# Line 9606  static BOOL handle_SSH2_channel_close(PT Line 9606  static BOOL handle_SSH2_channel_close(PT
9606    
9607          } else if (c->type == TYPE_PORTFWD) {          } else if (c->type == TYPE_PORTFWD) {
9608                  // CHANNEL_CLOSE を送り返さないとリモートのchannelが開放されない                  // CHANNEL_CLOSE を送り返さないとリモートのchannelが開放されない
9609                  // c.f. RFC 4253 5.3. Closing a Channel                  // c.f. RFC 4254 5.3. Closing a Channel
9610                  ssh2_channel_send_close(pvar, c);                  ssh2_channel_send_close(pvar, c);
9611    
9612                  // 転送チャネル内にあるソケットの解放漏れを修正 (2007.7.26 maya)                  // 転送チャネル内にあるソケットの解放漏れを修正 (2007.7.26 maya)

Legend:
Removed from v.8093  
changed lines
  Added in v.8233

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26