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

socket listen 参数以及 connect函数返回 #25

Open
selfboot opened this issue May 28, 2017 · 1 comment
Open

socket listen 参数以及 connect函数返回 #25

selfboot opened this issue May 28, 2017 · 1 comment
Labels

Comments

@selfboot
Copy link
Owner

socket.listen(backlog) 指定同时能处理的最大连接要求,通常为10或者5。最大值可设至128

这里需要完善说明,添加 Socket_Listen.md 进行补充说明。

@selfboot selfboot added the Lack label May 28, 2017
@milanlanlan
Copy link

backlog在linux旧版本是半连接队列和accept队列大小之和,现在好像仅仅是accept队列了。

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

No branches or pull requests

2 participants