aboutsummaryrefslogtreecommitdiff
path: root/src/arm/test_arm_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-05-11 17:20:32 +0000
committerChristian Grothoff <christian@grothoff.org>2010-05-11 17:20:32 +0000
commit87d10254bc3254cfa45b41b7604c25e3d8f0c64a (patch)
treef1de97502eaafa9c46391b06a97fdc809bd146e9 /src/arm/test_arm_api.c
parent6ea4a30accbfc016f1348839ca893173a0ab9734 (diff)
downloadgnunet-87d10254bc3254cfa45b41b7604c25e3d8f0c64a.tar.gz
gnunet-87d10254bc3254cfa45b41b7604c25e3d8f0c64a.zip
use IPV6_ONLY when binding sockets
Diffstat (limited to 'src/arm/test_arm_api.c')
-rw-r--r--src/arm/test_arm_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arm/test_arm_api.c b/src/arm/test_arm_api.c
index 66201aebe..e6335c64c 100644
--- a/src/arm/test_arm_api.c
+++ b/src/arm/test_arm_api.c
@@ -34,7 +34,7 @@
34 34
35#define START_ARM GNUNET_YES 35#define START_ARM GNUNET_YES
36 36
37#define START_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MILLISECONDS, 50) 37#define START_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MILLISECONDS, 500)
38 38
39#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 15) 39#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 15)
40 40