Skip to content

Commit

Permalink
modified bandwidth to be 1024
Browse files Browse the repository at this point in the history
  • Loading branch information
emgram769 committed Feb 10, 2015
1 parent 748f4be commit 4a34900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/p2plib.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#include <time.h>

#define UDP_FLAGS 0
#define BANDWIDTH_BUFLEN 100
#define BANDWIDTH_BUFLEN 1024

static struct timespec prevPacket, currPacket;
static long delta = -1;
Expand Down

0 comments on commit 4a34900

Please sign in to comment.