Browse Subversion Repository
Diff of /trunk/ttssh2/ttxssh/pkt.h
Parent Directory
| Revision Log
| Patch
| 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 |
|
|
|