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 4493 by yutakapon, Fri Jun 10 15:10:49 2011 UTC revision 4494 by yutakapon, Sun Jun 12 11:34:56 2011 UTC
# Line 7536  static unsigned __stdcall ssh_scp_thread Line 7536  static unsigned __stdcall ssh_scp_thread
7536          // 圧縮の場合はバッファサイズを小さくする。          // 圧縮の場合はバッファサイズを小さくする。
7537          // (2011.6.11 yutaka)          // (2011.6.11 yutaka)
7538          if (pvar->ts_SSH->CompressionLevel == 0) {          if (pvar->ts_SSH->CompressionLevel == 0) {
7539                  buflen = 8192;                  buflen = 8192*4;
7540          } else {          } else {
7541                  buflen = 1024;                  buflen = 1024;
7542          }          }

Legend:
Removed from v.4493  
changed lines
  Added in v.4494

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