Searched refs:packets_to_deliver (Results 1 – 1 of 1) sorted by relevance
155 std::queue<NetworkPacket*> packets_to_deliver; in Process() local192 packets_to_deliver.push(packet); in Process()199 sent_packets_ += packets_to_deliver.size(); in Process()201 while (!packets_to_deliver.empty()) { in Process()202 NetworkPacket* packet = packets_to_deliver.front(); in Process()203 packets_to_deliver.pop(); in Process()