Develop and Download Open Source Software

Browse Subversion Repository

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

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

revision 3214 by maya, Fri Feb 20 04:45:57 2009 UTC revision 3215 by yutakapon, Wed Mar 4 11:40:44 2009 UTC
# Line 334  static void read_ssh_options(PTInstVar p Line 334  static void read_ssh_options(PTInstVar p
334                                  sizeof(buf), fileName);                                  sizeof(buf), fileName);
335          settings->WriteBufferSize = atoi(buf);          settings->WriteBufferSize = atoi(buf);
336          if (settings->WriteBufferSize <= 0) {          if (settings->WriteBufferSize <= 0) {
337                  settings->WriteBufferSize = 2 * 1024 * 1024;                  settings->WriteBufferSize = (PACKET_MAX_SIZE / 2);   // 2MB
338          }          }
339    
340          settings->LocalForwardingIdentityCheck =          settings->LocalForwardingIdentityCheck =

Legend:
Removed from v.3214  
changed lines
  Added in v.3215

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