msuraev has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmo-netif/+/29178 )
Change subject: Properly handle send() return code ......................................................................
Patch Set 1:
(1 comment)
File src/stream.c:
https://gerrit.osmocom.org/c/libosmo-netif/+/29178/comment/8da33b8c_66102ec3 PS1, Line 1334: LOGP(DLINP, LOGL_ERROR, "error to send: %s\n", (ret == -1) ? strerror(errno) : strerror(-ret));
why do you say you are "not terribly concerned with" such systems? Do you know the code errors can c […]
The low possibility event of error code collision which in the worst case will result in wrong clarification to error message which previously had no clarification at all is smth which should be fixed but not smth which requires urgent attention IMHO. Feel free to pull me in as reviewer if you produce the patch before I do.