On Tue, 14 Dec 2021 14:12:32 +0000 Ronan Randles <[email protected]> wrote:
> This function accepts an uint32_t representation of an IP address and > produces a string representation stored in a char * buffer. Realavent > unit tests also included. > > Signed-off-by: Ronan Randles <[email protected]> Do we really have to reinvent getnameinfo()? Is this for Windows?

