]> andersk Git - gssapi-openssh.git/blobdiff - openssh/buffer.h
http://www.psc.edu/networking/projects/hpn-ssh/openssh-5.2p1-hpn13v6.diff.gz committe...
[gssapi-openssh.git] / openssh / buffer.h
index d0f354ee7bf7e685a51f6edf44b60aef603e5837..1467791c2e524f87da1aad1ba174190a88eed405 100644 (file)
@@ -16,6 +16,9 @@
 #ifndef BUFFER_H
 #define BUFFER_H
 
+/* move the following to a more appropriate place and name */
+#define BUFFER_MAX_LEN_HPN          0x4000000  /* 64MB */
+
 typedef struct {
        u_char  *buf;           /* Buffer for data. */
        u_int    alloc;         /* Number of bytes allocated for data. */
This page took 0.9511 seconds and 4 git commands to generate.