mac_pcap_base: increase PDU queue size to 512

master
Andre Puschmann 4 years ago
parent d91119baf6
commit 26e7964694

@ -96,7 +96,7 @@ protected:
std::mutex mutex; std::mutex mutex;
srslog::basic_logger& logger; srslog::basic_logger& logger;
bool running = false; bool running = false;
static_blocking_queue<pcap_pdu_t, 256> queue; static_blocking_queue<pcap_pdu_t, 512> queue;
uint16_t ue_id = 0; uint16_t ue_id = 0;
private: private:

Loading…
Cancel
Save