/*
This file is part of GNUnet.
- Copyright (C) 2010-2013, 2016 GNUnet e.V.
+ Copyright (C) 2010-2013, 2016, 2017 GNUnet e.V.
GNUnet is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published
for (c_op = 0; c_op < p->num_partners; c_op++)
{
- if (NULL != p->partners[c_op].cth)
- {
- p->partners[c_op].cth = NULL;
- }
if ( (NULL != p->core_connect_ops) &&
(NULL != p->core_connect_ops[c_op].connect_op) )
{
GNUNET_TESTBED_operation_done (p->peer_id_op);
p->peer_id_op = NULL;
}
-
- for (c_op = 0; c_op < p->num_partners; c_op++)
- {
- if (NULL != p->partners[c_op].cth)
- {
- p->partners[c_op].cth = NULL;
- }
- }
if (NULL != p->ats_perf_op)
{
GNUNET_TESTBED_operation_done (p->ats_perf_op);
"%s disconnected from %s while benchmarking\n",
id,
GNUNET_i2s (peer));
- if (NULL != p->cth)
- {
- p->cth = NULL;
- }
}
GNUNET_free(id);
}
*/
struct BenchmarkPeer *dest;
- /**
- * Core transmit handles
- */
- struct GNUNET_CORE_TransmitHandle *cth;
-
/**
* Message queue handle.
*/
unsigned int bytes_received;
/**
- * Current ATS properties
+ * Current ATS properties
*/
struct GNUNET_ATS_Properties props;
/**
- * Bandwidth assigned inbound
+ * Bandwidth assigned inbound
*/
uint32_t bandwidth_in;
/**
- * Bandwidth assigned outbound
+ * Bandwidth assigned outbound
*/
uint32_t bandwidth_out;
/**
- * Current preference values for bandwidth
+ * Current preference values for bandwidth
*/
double pref_bandwidth;
/**
- * Current preference values for delay
+ * Current preference values for delay
*/
double pref_delay;