]> andersk Git - openssh.git/blobdiff - sftp-common.h
- djm@cvs.openbsd.org 2006/01/02 01:20:31
[openssh.git] / sftp-common.h
index b42ba91409f8fc2497b5b76201fddcf91876a127..2b1995a2de7ebaad9ae8007cf9f6f49fdb2be7be 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: sftp-common.h,v 1.5 2003/11/10 16:23:41 jakob Exp $   */
+/*     $OpenBSD: sftp-common.h,v 1.6 2006/01/02 01:20:31 djm Exp $     */
 
 /*
  * Copyright (c) 2001 Markus Friedl.  All rights reserved.
@@ -25,6 +25,9 @@
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
+/* Maximum packet that we are willing to send/accept */
+#define SFTP_MAX_MSG_LENGTH    (256 * 1024)
+
 typedef struct Attrib Attrib;
 
 /* File attributes */
This page took 0.03062 seconds and 4 git commands to generate.