test-udp-pings: increase socket count to 10k
This commit is contained in:
parent
1c32c9e030
commit
b8a2e2ea84
@ -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[]) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user