]> arthur.barton.de Git - netatalk.git/commitdiff
Increase DSI reply buffer size to 65k
authorFrank Lahm <franklahm@googlemail.com>
Wed, 17 Oct 2012 12:18:26 +0000 (14:18 +0200)
committerFrank Lahm <franklahm@googlemail.com>
Wed, 17 Oct 2012 12:18:26 +0000 (14:18 +0200)
include/atalk/dsi.h

index 0e776c31cca07667a43926f5ad96d493163a25ba..a6af36bb7cadce30adfd4cc2b24beb66b32a3b02 100644 (file)
@@ -53,7 +53,7 @@ struct dsi_block {
     uint32_t dsi_reserved;   /* reserved field */
 };
 
-#define DSI_DATASIZ       8192
+#define DSI_DATASIZ       65536
 
 /* child and parent processes might interpret a couple of these
  * differently. */