- re-added APP_ANNOUNCE_TIME, still needed for mesh v1
authorBart Polot <bart@net.in.tum.de>
Sun, 12 May 2013 11:33:33 +0000 (11:33 +0000)
committerBart Polot <bart@net.in.tum.de>
Sun, 12 May 2013 11:33:33 +0000 (11:33 +0000)
src/mesh/Makefile.am
src/mesh/mesh.conf.in
src/mesh/test_mesh_local_1.c

index 84d4838b3803d1acfd97e00a6a584b0c5ee92e3b..5ce504e440ce3e5b79e79656779fc7c0670fa065 100644 (file)
@@ -156,7 +156,7 @@ test_mesh_api_SOURCES = \
 test_mesh_api_LDADD = \
  $(top_builddir)/src/util/libgnunetutil.la \
  $(top_builddir)/src/testing/libgnunettesting.la \
- $(top_builddir)/src/mesh/libgnunetmesh.la
+ $(top_builddir)/src/mesh/libgnunetmesh2.la
 test_mesh_api_DEPENDENCIES = \
   libgnunetmesh.la \
    $(top_builddir)/src/util/libgnunetutil.la
@@ -175,7 +175,7 @@ test_mesh_local_1_SOURCES = \
 test_mesh_local_1_LDADD = \
  $(top_builddir)/src/util/libgnunetutil.la \
  $(top_builddir)/src/testing/libgnunettesting.la \
- $(top_builddir)/src/mesh/libgnunetmesh.la
+ $(top_builddir)/src/mesh/libgnunetmesh2.la
 test_mesh_local_1_DEPENDENCIES = \
   libgnunetmesh.la
 
@@ -184,7 +184,7 @@ test_mesh_local_2_SOURCES = \
 test_mesh_local_2_LDADD = \
  $(top_builddir)/src/util/libgnunetutil.la \
  $(top_builddir)/src/testing/libgnunettesting.la \
- $(top_builddir)/src/mesh/libgnunetmesh.la
+ $(top_builddir)/src/mesh/libgnunetmesh2.la
 test_mesh_local_2_DEPENDENCIES = \
   libgnunetmesh.la
 
index 816c0a3ce129edf3b67bca48218be5c8b4a3a562..55314e5b5175a4cc8654c14cd5155229d324d9db 100644 (file)
@@ -11,10 +11,10 @@ UNIX_MATCH_UID = YES
 UNIX_MATCH_GID = YES
 REFRESH_PATH_TIME = 30 min
 ID_ANNOUNCE_TIME = 1 h
+APP_ANNOUNCE_TIME = 1 h
 CONNECT_TIMEOUT = 30 s
 DEFAULT_TTL = 64
 DHT_REPLICATION_LEVEL = 3
 MAX_TUNNELS = 1000
 MAX_MSGS_QUEUE = 10000
-MAX_PEERS=1000
-APP_ANNOUNCE_TIME = 5 s
+MAX_PEERS = 1000
index 4f40688f57a4ae1aa6a57328bf92eb37201c75df..6b8dc28e92bb22fda45c05a922496a969f66d957 100644 (file)
@@ -28,7 +28,7 @@
 #include "gnunet_util_lib.h"
 #include "gnunet_dht_service.h"
 #include "gnunet_testing_lib.h"
-#include "gnunet_mesh_service.h"
+#include "gnunet_mesh2_service.h"
 
 
 static struct GNUNET_MESH_Handle *mesh_peer_1;