Imported Upstream version 2.6.1
[debian/amanda] / common-src / krb5-security.c
index 6c6572b619abcb557e532b64eafb7db5ff45279e..dcf778e6567df9d2e062cfa866d37668675d9663 100644 (file)
  */
 #define GSS_TIMEOUT                     30
 
-/*
- * The largest buffer we can send/receive.
- */
-#define AMANDA_MAX_TOK_SIZE             (MAX_TAPE_BLOCK_BYTES * 4)
-
 /*
  * This is the tcp stream buffer size
  */
-#define KRB5_STREAM_BUFSIZE     (MAX_TAPE_BLOCK_BYTES * 2)
+#define KRB5_STREAM_BUFSIZE     (32768 * 2)
 
 /*
  * This is the max number of outgoing connections we can have at once.