]> jspc29.x-matter.uni-frankfurt.de Git - trbnettools.git/commitdiff
trbcmd: fix comment: buffer size is 4Mi uint32 words = 16MiB
authorPhilipp Klaus <klaus@physik.uni-frankfurt.de>
Tue, 23 Oct 2018 16:46:57 +0000 (18:46 +0200)
committerPhilipp Klaus <klaus@physik.uni-frankfurt.de>
Tue, 23 Oct 2018 16:46:57 +0000 (18:46 +0200)
libtrbnet/trbcmd.c

index d4e376dff9672fcdb05500009d8ccb0b1231443c..adc89f09ee57a871011da76d78af816581328514 100644 (file)
@@ -40,7 +40,7 @@ static int tcp_mode = 0;
 
 /* ---- User Buffer Size ------------------------------------------------ */
 
-static size_t BUFFER_SIZE = 4194304;  /* 4MByte */
+static size_t BUFFER_SIZE = 4194304;  /* 16MByte */
 static uint32_t buffer[4194304];
 
 /* ---- Error Handling -------------------------------------------------- */