From: Steinar H. Gunderson Date: Mon, 28 May 2012 13:32:14 +0000 (+0200) Subject: Increase the available burst sizes. X-Git-Url: https://git.sesse.net/?p=bursty;a=commitdiff_plain;h=0f75f7c47f749f4a1149680f9fb6357ee5a5a764;hp=43ca3bfe7b2b9cd965eb488c2c2a79377730eb95 Increase the available burst sizes. --- diff --git a/sender.c b/sender.c index 872e03d..c2f6da9 100644 --- a/sender.c +++ b/sender.c @@ -10,7 +10,7 @@ #define PACKET_SIZE 1200 -static int burst_sizes[] = { 1, 2, 3, 5, 10, 20, 50, 100 }; +static int burst_sizes[] = { 1, 2, 3, 5, 10, 20, 50, 100, 200, 500 }; static int num_burst_sizes = sizeof(burst_sizes) / sizeof(burst_sizes[0]); static void send_burst(int sock, const struct sockaddr *addr, socklen_t addr_len, int burst_size)