Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/ttssh2/ttxssh/ed25519_ge25519.c

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

revision 4928 by yutakapon, Thu May 3 14:39:47 2012 UTC revision 4929 by yutakapon, Thu May 3 16:17:09 2012 UTC
# Line 99  OF SUCH DAMAGE. Line 99  OF SUCH DAMAGE.
99  #define SSH2_FX_OP_UNSUPPORTED          8  #define SSH2_FX_OP_UNSUPPORTED          8
100  #define SSH2_FX_MAX                     8  #define SSH2_FX_MAX                     8
101    
102  /* Maximum packet that we are willing to send/accept */  /* Maximum packet that we are willing to send/accept */
103  #define SFTP_MAX_MSG_LENGTH     (256 * 1024)  #define SFTP_MAX_MSG_LENGTH     (256 * 1024)
104    
105    #define DEFAULT_COPY_BUFLEN 32768   /* Size of buffer for up/download */
106    #define DEFAULT_NUM_REQUESTS    64  /* # concurrent outstanding requests */
107    
108  void sftp_do_init(PTInstVar pvar, Channel_t *c);  void sftp_do_init(PTInstVar pvar, Channel_t *c);
109  void sftp_response(PTInstVar pvar, Channel_t *c, unsigned char *data, unsigned int buflen);  void sftp_response(PTInstVar pvar, Channel_t *c, unsigned char *data, unsigned int buflen);

Legend:
Removed from v.4928  
changed lines
  Added in v.4929

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