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

isn't type of port uint16_t? #7

Closed
2bbb opened this issue Jun 3, 2021 · 1 comment
Closed

isn't type of port uint16_t? #7

2bbb opened this issue Jun 3, 2021 · 1 comment

Comments

@2bbb
Copy link

2bbb commented Jun 3, 2021

bool ListenAndAccept(const std::string& ip, int16_t port);

now port is typed as int16_t, but maybe correct type is uint16_t.

@caozhiyi
Copy link
Owner

caozhiyi commented Jun 4, 2021

You are right. I fix it.
Thank you!

@caozhiyi caozhiyi closed this as completed Jun 4, 2021
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

No branches or pull requests

2 participants