else if (ts.abs_value == next_timestamp.abs_value - gnunet_nse_interval.rel_value)
{
if (matching_bits <= ntohl (next_message.matching_bits))
- return GNUNET_OK; /* ignore, simply too early */
+ return GNUNET_OK; /* ignore, simply too early/late */
if (GNUNET_YES !=
verify_message_crypto (incoming_flood))
{
{
if ((connection_limit > 0) && (i % (num_peers / connection_limit) != 0))
continue;
+ GNUNET_log (GNUNET_ERROR_TYPE_WARNING, "TEST_NSE_MULTIPEER: connecting to nse service of peer %d\n", i);
current_peer = GNUNET_malloc(sizeof(struct NSEPeer));
current_peer->daemon = GNUNET_TESTING_daemon_get(pg, i);
if (GNUNET_YES == GNUNET_TESTING_daemon_running(GNUNET_TESTING_daemon_get(pg, i)))
current_round);
GNUNET_assert(disconnect_task == GNUNET_SCHEDULER_NO_TASK);
GNUNET_asprintf(&temp_output_file,
- "%s%lu.dot",
+ "%s_%lu.dot",
topology_file,
current_round);
GNUNET_TESTING_peergroup_topology_to_file(pg,