aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_cp.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-19 14:09:50 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-19 14:09:50 +0000
commite79f6019ce2f082bd247e1d4fca950d0c7cb7b57 (patch)
tree73aeea23d0369416c746a69065c695d7ed023b9f /src/fs/gnunet-service-fs_cp.c
parent24bd0eabe9599e8c3da2f86aeed49ba53d52816a (diff)
downloadgnunet-e79f6019ce2f082bd247e1d4fca950d0c7cb7b57.tar.gz
gnunet-e79f6019ce2f082bd247e1d4fca950d0c7cb7b57.zip
prevent loopback routing, add some statistics, faster re-transmit
Diffstat (limited to 'src/fs/gnunet-service-fs_cp.c')
-rw-r--r--src/fs/gnunet-service-fs_cp.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/fs/gnunet-service-fs_cp.c b/src/fs/gnunet-service-fs_cp.c
index 35a21f07a..1e535d089 100644
--- a/src/fs/gnunet-service-fs_cp.c
+++ b/src/fs/gnunet-service-fs_cp.c
@@ -1322,7 +1322,9 @@ GSF_handle_p2p_query_ (const struct GNUNET_PeerIdentity *other,
1322 0) ? (const char *) &opt[bits] : NULL, 1322 0) ? (const char *) &opt[bits] : NULL,
1323 bfsize, ntohl (gm->filter_mutator), 1323 bfsize, ntohl (gm->filter_mutator),
1324 1 /* anonymity */ , 1324 1 /* anonymity */ ,
1325 (uint32_t) priority, ttl, spid, NULL, 0, /* replies_seen */ 1325 (uint32_t) priority, ttl, spid,
1326 GNUNET_PEER_intern (other),
1327 NULL, 0, /* replies_seen */
1326 &handle_p2p_reply, peerreq); 1328 &handle_p2p_reply, peerreq);
1327 GNUNET_assert (NULL != pr); 1329 GNUNET_assert (NULL != pr);
1328 peerreq->pr = pr; 1330 peerreq->pr = pr;