We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
socket.listen(backlog) 指定同时能处理的最大连接要求,通常为10或者5。最大值可设至128。
这里需要完善说明,添加 Socket_Listen.md 进行补充说明。
The text was updated successfully, but these errors were encountered:
backlog在linux旧版本是半连接队列和accept队列大小之和,现在好像仅仅是accept队列了。
Sorry, something went wrong.
No branches or pull requests
socket.listen(backlog)
指定同时能处理的最大连接要求,通常为10或者5。最大值可设至128。这里需要完善说明,添加 Socket_Listen.md 进行补充说明。
The text was updated successfully, but these errors were encountered: