Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some additions and another validation that the code still passes #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dantonik
Copy link

No description provided.

@chronikum
Copy link
Owner

Thank you for the pull request and confirmation that the exam code still works in july 2024.
Can you explain this change?

To my knowledge, it should not make a functional difference and the INADDR_LOOPBACK is probably easier to remember.

serverAddr.sin_addr.s_addr = htonl(2130706433);
serverAddr.sin_addr.s_addr = htonl(INADDR_LOOPBACK);

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.

2 participants