X-Git-Url: https://hackdaworld.org/gitweb/?p=my-code%2Fivac.git;a=blobdiff_plain;f=stream.c;h=b97a670e77a10f78c5750c0c6ee9afd88b8f02b7;hp=2320b13e2c63ef98e8a3570a87376ac3b310c0b5;hb=1a0f1529fb2086dbbb93b3d8164389c844d84fab;hpb=5772de2e8a5e4efed48f3cfb61ffc941754c4590 diff --git a/stream.c b/stream.c index 2320b13..b97a670 100644 --- a/stream.c +++ b/stream.c @@ -27,7 +27,7 @@ #include /* defines ... */ -#define MAX_SIZE 1400 +#define MAX_SIZE 1000 int main(int argc, char *argv[]) { int listen_fd, send_fd;