DELAY_ROUTE_BASE
delay = (unsigned long long)DELAY_ROUTE_BASE * route->penalty * route->penalty;
delay = DELAY_ROUTE_BASE * r->penalty * r->penalty;