We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2520c77 + ec3c6f3 commit d26fe0fCopy full SHA for d26fe0f
TESTS/netsocket/udp/udpsocket_echotest.cpp
100644
100755
@@ -29,7 +29,7 @@ namespace {
29
static const int SIGNAL_SIGIO_RX = 0x1;
30
static const int SIGNAL_SIGIO_TX = 0x2;
31
static const int SIGIO_TIMEOUT = 5000; //[ms]
32
-static const int WAIT2RECV_TIMEOUT = 1000; //[ms]
+static const int WAIT2RECV_TIMEOUT = 2000; //[ms]
33
static const int RETRIES = 2;
34
35
static const double EXPECTED_LOSS_RATIO = 0.0;
0 commit comments