X-Git-Url: https://git.sesse.net/?p=bursty;a=blobdiff_plain;f=sender.c;fp=sender.c;h=c2f6da9e52ffc8e329368974c82b38cf391367a8;hp=872e03dcc01e5d6c564b668be38a1d5b4761ad31;hb=0f75f7c47f749f4a1149680f9fb6357ee5a5a764;hpb=43ca3bfe7b2b9cd965eb488c2c2a79377730eb95 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)