From 4a3490084d69014a19fffddfeec85b645b067455 Mon Sep 17 00:00:00 2001 From: Bram Wasti Date: Tue, 10 Feb 2015 17:19:01 -0500 Subject: [PATCH] modified bandwidth to be 1024 --- src/p2plib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/p2plib.c b/src/p2plib.c index d58d806..919e29e 100644 --- a/src/p2plib.c +++ b/src/p2plib.c @@ -16,7 +16,7 @@ #include #define UDP_FLAGS 0 -#define BANDWIDTH_BUFLEN 100 +#define BANDWIDTH_BUFLEN 1024 static struct timespec prevPacket, currPacket; static long delta = -1;