]> git.sesse.net Git - bursty/blobdiff - sender.c
Increase the available burst sizes.
[bursty] / sender.c
index 872e03dcc01e5d6c564b668be38a1d5b4761ad31..c2f6da9e52ffc8e329368974c82b38cf391367a8 100644 (file)
--- 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)