libosmocore/include
Daniel Willmann d4d03705f9 osmo_io: Improve handling and documentation of segmentation_cb
The read length is not needed in the segmentation callback, msgb
already has all the necessary information, the parameter previously was
just msgb_length(msg).

Also handle negative return values (except -EAGAIN) of the callback as
errors which cause the msg to be dropped. -EAGAIN will defer the msg.

Change-Id: I6a0eebb8d4490f09a3cc6eb97d4ff47b4a8fd377
2023-05-19 12:50:21 +00:00
..
osmocom osmo_io: Improve handling and documentation of segmentation_cb 2023-05-19 12:50:21 +00:00
Makefile.am Split include/Makefile.am content into subdirs 2023-01-18 18:29:34 +01:00