Closed paulasbia closed 3 months ago
While the gai_strerror()
function would serve our purpose better, it is an external function not listed in the project's subject, meaning we are most likely not allowed to use it. As a result, we had to "work our way around" that limitation.
Context
Error returns for getaddrinfo() and getnameinfo()
Question:
Why we did not use gai_strerror() function here?
Where?
Client.cpp Line 52