From 0f75f7c47f749f4a1149680f9fb6357ee5a5a764 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Mon, 28 May 2012 15:32:14 +0200 Subject: [PATCH] Increase the available burst sizes. --- sender.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2