Searched refs:pending_size (Results 1 – 1 of 1) sorted by relevance
95 DataSize pending_size = config_.peak_rate * (at_time - last_send_time_); in Process() local97 if (pending_size >= config_.min_packet_size && in Process()99 traffic_route_->SendPacket(pending_size.bytes()); in Process()