Attention is currently required from: pespin.
laforge has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmo-netif/+/34079 )
Change subject: stream_cli: Proper handling of send() socket errors ......................................................................
Patch Set 1:
(1 comment)
File src/stream_cli.c:
https://gerrit.osmocom.org/c/libosmo-netif/+/34079/comment/937e450e_175fd1ec PS1, Line 292: error to send this is making it consistent with the server side, but makes it just as unreadable. don't expect the reader to be able to assume that "send" is referring to a system call/function here. "error to send" sounds like: "We have an error to send to somebody" - or "we are communicating an error towards an entity called send".