Attention is currently required from: jolly.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmo-netif/+/36124?usp=email )
Change subject: stream_{client,server} example: Cleanup on exit ......................................................................
Patch Set 4:
(1 comment)
File examples/stream-client.c:
https://gerrit.osmocom.org/c/libosmo-netif/+/36124/comment/7398253f_3f49d221 PS4, Line 176: signal(SIGINT, SIG_DFL); you probably want to do this inside the sig_handler, to kill the program quickly if CTRL+C is pressed several times instead of waiting in the osmo_select_main() indefinetly.