-
Notifications
You must be signed in to change notification settings - Fork 17
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
Add tcp server #43
base: master
Are you sure you want to change the base?
Add tcp server #43
Conversation
Hi @annaborn. Thanks ! Please write a proper unit test, not a separate command that will not be run by any continuous integration. I'm pretty sure you can adapt the UDP tests from test_Driver.cpp |
int option = 1; | ||
setsockopt(sfd, SOL_SOCKET, SO_REUSEADDR, &option, sizeof(option)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't REUSEADDR by default.
You can use the URI options to enable it optionally if you'd like to.
Just a reminder ... this is what's missing to get it merged ... |
Ping |
No description provided.