Attention is currently required from: msuraev. laforge has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmocore/+/28995 )
Change subject: Add osmo_sockaddr_str_from_sockaddr2() ......................................................................
Patch Set 4:
(1 comment)
Patchset:
PS4: why exactly do we need this? Isn't sockaddr just some generic alias for all types of sockaddr?
I guess you're worried that sokcaddr_storage might be larger than some of the other types and hence the other types (sockaddr_in, ...) cannot be type-cast + passed to the existing function for sockaddr_storage?