struct NeighbourMapEntry *n;
struct GNUNET_TIME_Relative ret;
- if (NULL != getenv ("infinite-bandwidth"))
+ if (NULL != getenv ("infinitebandwidth"))
{
*do_forward = GNUNET_YES;
return GNUNET_TIME_UNIT_ZERO;
memcpy (&cbuf[ret], &obm, sizeof (struct OutboundMessage));
ret += (mret + sizeof (struct OutboundMessage));
size -= (mret + sizeof (struct OutboundMessage));
- if (NULL == getenv ("infinite-bandwidth"))
+ if (NULL == getenv ("infinitebandwidth"))
GNUNET_BANDWIDTH_tracker_consume (&n->out_tracker, mret);
}
GNUNET_free (th);