Skip to content

Conversation

Eole-dev
Copy link

No description provided.

{
char * addr = inet_ntoa (* (struct in_addr *) & address -> host);
char buff[16];
const char * addr = InetNtop(AF_INET, (struct in_addr *)&address->host, buff, sizeof(buff));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2024 calling. I don't think that Windows XP support and older is any kind of argument anymore, so this could probably be moved forward one away or another.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants