Attention is currently required from: laforge, fixeria.
2 comments:
File src/common/pcu_sock.c:
Patch Set #6, Line 990: pcu_sock_close(state);
Indeed, the API doc clearly states: […]
I think this was not yet addressed?
File src/common/pcu_sock.c:
Patch Set #9, Line 1112: rc = write(bfd->fd, msgb_data(msg), msgb_length(msg));
you are dropping he errno==EAGAIN case here. Is it because returning -EAGAIN already makes the wqueue code re-add the message?
To view, visit change 31533. To unsubscribe, or for help writing mail filters, visit settings.