Attention is currently required from: arehbein, daniel, laforge.
1 comment:
File src/core/gsmtap_util.c:
Patch Set #5, Line 478: osmo_iofd_setup(gti, gti->sink_fd, "gsmtap_inst.out", OSMO_IO_FD_MODE_READ_WRITE, &gsmtap_sink_ops, NULL);
it may make sense to look at what shutdown(sink_fd, SHUT_RD) may do to a UDP socket, perhaps it alre […]
hmm, looks like shutdown is not really implemented in UDP sockets:
https://stackoverflow.com/questions/60105082/using-shutdown-for-a-udp-socket
In that case I guess we want to limit somehow the read buffer queue in the kernel to the minimum (even 0) to avoid wasting kb/mb of memory for each gsmtap socket sink with filled message that are never read.
To view, visit change 34743. To unsubscribe, or for help writing mail filters, visit settings.