Attention is currently required from: fixeria.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmo-netif/+/35332?usp=email )
Change subject: osmo_stream_srv_link_ofd_cb(): fix wrong socket size passed to accept() ......................................................................
Patch Set 1:
(1 comment)
Patchset:
PS1:
It's correct. […]
man 2 accept:
""" The addrlen argument is a value-result argument: the caller must initialize it to contain the size (in bytes) of the structure pointed to by addr; on return it will contain the actual size of the peer address.
The returned address is truncated if the buffer provided is too small; in this case, addrlen will return a value greater than was supplied to the call.
"""