]> jspc29.x-matter.uni-frankfurt.de Git - trbnettools.git/commitdiff
redefined user-buffers
authorhadaq <hadaq>
Tue, 20 Oct 2009 22:16:27 +0000 (22:16 +0000)
committerhadaq <hadaq>
Tue, 20 Oct 2009 22:16:27 +0000 (22:16 +0000)
libtrbnet/trbcmd.c

index 46bc0a8022eb289eb46d19e0d40ee27c96b37f44..dfd65abc3def7fadc67bc29c1750be9dea75d39e 100644 (file)
 
 static int hexMode = HEXMODE;
 
-static const char trbcmd_version[] = "$Revision: 2.29 $";
+static const char trbcmd_version[] = "$Revision: 2.30 $";
 
 /* ---- User Buffers --------------------------------------------------- */
 
 #define NUM_ENDPOINTS 512   
-#define READ_MEM_BUFFER_SIZE (NUM_ENDPOINTS * (32768 + 2))
-#define READ_IPU_BUFFER_SIZE (10 * 1024)   
+#define READ_MEM_BUFFER_SIZE (NUM_ENDPOINTS * (0x3fff + 2))
+#define READ_IPU_BUFFER_SIZE (5 * 1024 * 1024)   
 
 /* ------ MAIN ---------------------------------------------------------- */