/**
* Obtain statistics and/or change preferences for the given peer.
*
- * @param sched scheduler to use
* @param cfg configuration to use
* @param peer_cb function to call with the peer information
* @param cb_cls closure for peer_cb
*/
/**
- * @file block/gnunet_block_plugin.h
+ * @file include/gnunet_block_plugin.h
* @brief API for block plugins. Each block plugin must conform to
* the API specified by this header.
* @author Christian Grothoff
(*GNUNET_CORE_MessageCallback) (void *cls,
const struct GNUNET_PeerIdentity *other,
const struct GNUNET_MessageHeader *message,
- const struct GNUNET_TRANSPORT_ATS_Information *atsi);
+ const struct GNUNET_TRANSPORT_ATS_Information *atsi);
/**
* @param xts_len length of xts
* @param skm source key material
* @param skm_len length of skm
- * @param ctx context info
- * @param ctx_len length of ctx
* @return GNUNET_YES on success
*/
int
*/
/**
- * @file datacache/gnunet_datacache_plugin.h
+ * @file include/gnunet_datacache_plugin.h
* @brief API for database backends for the datacache
* @author Christian Grothoff
*/
*/
/**
- * @file datastore/gnunet_datastore_plugin.h
+ * @file include/gnunet_datastore_plugin.h
* @brief API for the database backend plugins.
* @author Christian Grothoff
*/
/**
- * Sends @sig to the process
+ * Sends sig to the process
*
* @param proc pointer to process structure
* @param sig signal
*/
/**
- * @file transport/gnunet_transport_plugin.h
+ * @file include/gnunet_transport_plugin.h
* @brief API for the transport services. This header
* specifies the struct that is given to the plugin's entry
* method and the other struct that must be returned.
*/
/**
- * @file nat/bsd-queue.h
+ * @file nat/bsdqueue.h
* @brief BSD implementation of simple lists
*
* @author Milan Bouchet-Valat
*/
/**
- * @file nat/minixml.c
+ * @file nat/upnp-minixml.c
* @brief Simple XML parser used by UPnP
*
* @author Milan Bouchet-Valat
* @param peer (claimed) identity of the other peer
* @param message the message, NULL if we only care about
* learning about the delay until we should receive again
- * @param distance in overlay hops; use 1 unless DV (or 0 if message == NULL)
+ * @param ats information for automatic transport selection
+ * @param ats_count number of elements in ats not including \0 terminator
* @param session identifier used for this session (can be NULL)
* @param sender_address binary address of the sender (if observed)
* @param sender_address_len number of bytes in sender_address
*/
/**
- * @file transport/gnunet_transport_plugin.http.c
+ * @file transport/plugin_transport_http.c
* @brief http transport service plugin
* @author Matthias Wachs
*/
* gnunet-nat-client to send dummy ICMP responses.
*
* @param plugin the plugin for this transport
- * @param addr the address of the peer (IPv4-only)
+ * @param sa the address of the peer (IPv4-only)
*/
static void
run_gnunet_nat_client (struct Plugin *plugin,
* @param xts_len length of xts
* @param skm source key material
* @param skm_len length of skm
- * @param ctx context info
- * @param ctx_len length of ctx
* @return GNUNET_YES on success
*/
int
/**
* Put a task that is ready for execution into the ready queue.
*
- * @param handle the scheduler
* @param task task ready for execution
*/
static void
* Check which tasks are ready and move them
* to the respective ready queue.
*
- * @param handle the scheduler
* @param rs FDs ready for reading
* @param ws FDs ready for writing
*/