Attention is currently required from: pespin.
jolly 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 5:
(1 comment)
File examples/stream-client.c:
https://gerrit.osmocom.org/c/libosmo-netif/+/36124/comment/bfb207c4_97cd35a1 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 presse […]
General a good idea! If exit hangs for some reason, a second CTRL+C will end the application.