c->create_retry = 1;
delay = GNUNET_TIME_relative_multiply (create_connection_time,
c->create_retry);
- if (c->create_retry < 64)
+ if (c->create_retry < 64) // TODO make configurable
c->create_retry *= 2;
}
GNUNET_STATISTICS_update (stats, "# duplicate connections", 1, GNUNET_NO);
return GNUNET_YES;
}
- LOG (GNUNET_ERROR_TYPE_DEBUG, " duplicate not valid, connection unique\n");
+ LOG (GNUNET_ERROR_TYPE_DEBUG, " duplicate not ready, connection unique\n");
return GNUNET_NO;
}
else