Attention is currently required from: arehbein, daniel.
laforge has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmo-netif/+/33193 )
Change subject: Add osmo_io support to osmo_stream_cli and osmo_stream_srv ......................................................................
Patch Set 2:
(2 comments)
File src/stream.c:
https://gerrit.osmocom.org/c/libosmo-netif/+/33193/comment/f11619d3_478b4c82 PS1, Line 1758: OSMO_ASSERT
Wow, I just saw that osmo_stream_srv_link_create_iofd() is a 100% copy of the old variant. […]
I don't know the code like you do, but I generally agree with your point here. We don't have sockets with tens of thousands of pending accept calls...
https://gerrit.osmocom.org/c/libosmo-netif/+/33193/comment/63e5bf9e_2d0c2c2d PS1, Line 1775: talloc_free
No, it simply allocates memory and fills in the struct. […]
Done