]> xenbits.xensource.com Git - unikraft/libs/musl.git/commit
getaddrinfo: Option to use lwIPs `getaddrinfo()`
authorSimon Kuenzer <simon@unikraft.io>
Wed, 31 Jan 2024 01:36:26 +0000 (02:36 +0100)
committerRazvan Deaconescu <razvan.deaconescu@upb.ro>
Fri, 9 Feb 2024 20:32:59 +0000 (22:32 +0200)
commita727ff503147153ce3cead5045d6cce73a1e5fe8
tree6d73b655d7c1aba8ce033ca76c3d9d54eeef18d1
parent5a75b16d6d9e1b6ce19b6788dee2a3754c95900b
getaddrinfo: Option to use lwIPs `getaddrinfo()`

This commit introduces an option to use lwIP's implementation of getaddrinfo.
It can be enabled if lwip is available. It will enable lwIP's DNS and socket
interfaces.

Signed-off-by: Simon Kuenzer <simon@unikraft.io>
Reviewed-by: Stefan Jumarea <stefanjumarea02@gmail.com>
Reviewed-by: Mihnea Firoiu <mihneafiroiu0@gmail.com>
Reviewed-by: Razvan Deaconescu <razvand@unikraft.io>
Approved-by: Razvan Deaconescu <razvand@unikraft.io>
GitHub-Closes: #74
Config.uk
Makefile.uk.musl.network
lwip/getaddrinfo.c [new file with mode: 0644]