test-udp-pings: increase socket count to 10k

This commit is contained in:
Bert Belder 2017-09-14 01:27:48 +02:00
parent 1c32c9e030
commit b8a2e2ea84

View File

@ -7,7 +7,7 @@
#include "win.h"
static const char PING[] = "PING";
static const int NUM_PINGERS = 1000;
static const int NUM_PINGERS = 10000;
static const DWORD RUN_TIME = 10000;
int main(int argc, char* argv[]) {