Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/ttssh2/ttxssh/pkt.h

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

revision 2729 by yutakakn, Sun Nov 14 15:53:21 2004 UTC revision 3215 by yutakapon, Wed Mar 4 11:40:44 2009 UTC
# Line 34  See LICENSE.TXT for the license. Line 34  See LICENSE.TXT for the license.
34  #ifndef __PKT_H  #ifndef __PKT_H
35  #define __PKT_H  #define __PKT_H
36    
37    // 最大で受信できるパケットサイズ。OpenSSH 5.2では 256KB だが、
38    // TTSSH ではオリジナルの頃から 4MB なので、それに合わせることにする。
39    #define PACKET_MAX_SIZE (4 * 1024 * 1024)
40    
41  typedef struct {  typedef struct {
42    char FAR * buf;    char FAR * buf;
43    unsigned long buflen;    unsigned long buflen;

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

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