Attention is currently required from: pespin.
osmith has posted comments on this change by pespin. ( https://gerrit.osmocom.org/c/osmo-pcap/+/39774?usp=email )
Change subject: pcap-server: Introduce VTY cmd file-write-queue-max-length ......................................................................
Patch Set 1: Code-Review+1
(1 comment)
File src/osmo_pcap_wr_file.c:
https://gerrit.osmocom.org/c/osmo-pcap/+/39774/comment/47cd67a6_e861e4d4?usp... : PS1, Line 100: osmo_pcap_wr_file_write_queue_max_length Maybe add _set for consistency with osmo_pcap_wr_file_set_flush_completed_cb above?
```suggestion void osmo_pcap_wr_file_set_write_queue_max_length(struct osmo_pcap_wr_file *wrf, size_t max_len) ```