Skip to content
Failed

Changes

Summary

  1. stream: Introduce osmo_stream_{cli,srv}_set_segmentation_cb2 (details)
Commit 519912781a463fa25bf3c7b18def11076e377fb6 by Pau Espin Pedrol
stream: Introduce osmo_stream_{cli,srv}_set_segmentation_cb2

This is useful for users requiring to store global state or access
external objects while segmenting.
For instance, figure out if too much data has been received according to
whatever external limits are expected according to configuration.

Change-Id: I6e8dd6ece13397074075f05a1a0a8dbdd80d8848
The file was modifiedinclude/osmocom/netif/stream.h
The file was modifiedTODO-RELEASE
The file was modifiedsrc/stream_srv.c
The file was modifiedsrc/stream_cli.c