diff options
author | Gabor X Toth <*@tg-x.net> | 2014-07-25 10:27:43 +0000 |
---|---|---|
committer | Gabor X Toth <*@tg-x.net> | 2014-07-25 10:27:43 +0000 |
commit | 98638edc1f1013173895fde63443a667525c58be (patch) | |
tree | 6fb4db5defa2d4d6339681203824b9ec0d93b157 /src/social | |
parent | 6f414d77767065df447f9c223874cb9af5a48ea6 (diff) |
multicast: use cadet to contact remote peers
Diffstat (limited to 'src/social')
-rw-r--r-- | src/social/gnunet-service-social.c | 2 | ||||
-rw-r--r-- | src/social/test_social.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/social/gnunet-service-social.c b/src/social/gnunet-service-social.c index de4163720..c75589811 100644 --- a/src/social/gnunet-service-social.c +++ b/src/social/gnunet-service-social.c @@ -708,7 +708,7 @@ client_recv_guest_enter (void *cls, struct GNUNET_SERVER_Client *client, { plc_gst = GNUNET_CONTAINER_multihashmap_create (1, GNUNET_YES); GNUNET_CONTAINER_multihashmap_put (place_guests, &plc->pub_key_hash, plc_gst, - GNUNET_CONTAINER_MULTIHASHMAPOPTION_MULTIPLE); + GNUNET_CONTAINER_MULTIHASHMAPOPTION_UNIQUE_FAST); } GNUNET_CONTAINER_multihashmap_put (plc_gst, &gst->pub_key_hash, plc, GNUNET_CONTAINER_MULTIHASHMAPOPTION_UNIQUE_FAST); diff --git a/src/social/test_social.conf b/src/social/test_social.conf index 58c731168..5fcfb8d3b 100644 --- a/src/social/test_social.conf +++ b/src/social/test_social.conf @@ -1,2 +1,2 @@ [arm] -DEFAULTSERVICES = multicast psycstore psyc social +DEFAULTSERVICES = statistics core transport dht cadet multicast psycstore psyc social |