From: Christian Grothoff Date: Fri, 29 Jul 2011 08:26:57 +0000 (+0000) Subject: remove option X-Git-Tag: initial-import-from-subversion-38251~17581 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=514c38805cbcb82e8805437ae03f77fb1c6f8639;p=oweals%2Fgnunet.git remove option --- diff --git a/src/nse/gnunet-service-nse.c b/src/nse/gnunet-service-nse.c index 4fea02c34..40cc70ec3 100644 --- a/src/nse/gnunet-service-nse.c +++ b/src/nse/gnunet-service-nse.c @@ -47,11 +47,6 @@ #define NODELAYS GNUNET_YES -/** - * Send messages on connect. - */ -#define SEND_ON_CONNECT GNUNET_YES - /** * Should we generate a histogram with the time stamps of when we received * NSE messages to disk? (for performance evaluation only, not useful in @@ -1141,11 +1136,9 @@ handle_core_connect(void *cls, const struct GNUNET_PeerIdentity *peer, &peer->hashPubKey, peer_entry, GNUNET_CONTAINER_MULTIHASHMAPOPTION_UNIQUE_ONLY); -#if SEND_ON_CONNECT peer_entry->transmit_task = GNUNET_SCHEDULER_add_delayed (get_transmit_delay (-1), &transmit_task, peer_entry); -#endif }