Attention is currently required from: Hoernchen, pespin.
laforge has posted comments on this change by laforge. ( https://gerrit.osmocom.org/c/libosmocore/+/37874?usp=email )
Change subject: core/socket.c: Fix socket binding on IPv4-only hosts ......................................................................
Patch Set 3:
(2 comments)
Commit Message:
https://gerrit.osmocom.org/c/libosmocore/+/37874/comment/3f1ed475_80e3e1f4?u... : PS1, Line 19: > valid as a configured address. *This flag is useful on, for example,
Then maybe worth it testing what I mentioned about running getaddrinfo twice if first with flag fail […]
I chose to go down a different route altogether, comment no longer relevant.
File src/core/socket.c:
https://gerrit.osmocom.org/c/libosmocore/+/37874/comment/e21066bc_91e08f0d?u... : PS1, Line 85: rc = getaddrinfo(host, portbuf, &hints, &result);
That might be an option. […]
I chose to go down a different route altogether, comment no longer relevant.