buf size redueced to 1000 again
[my-code/ivac.git] / stream.c
index 2320b13..b97a670 100644 (file)
--- a/stream.c
+++ b/stream.c
@@ -27,7 +27,7 @@
 #include <unistd.h>
 
 /* defines ... */
-#define MAX_SIZE 1400
+#define MAX_SIZE 1000
 
 int main(int argc, char *argv[]) {
   int listen_fd, send_fd;