-
-
Notifications
You must be signed in to change notification settings - Fork 158
feat(net): 实现tcp backlog功能 #714
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
feat(net): 实现tcp backlog功能 #714
Conversation
感谢您的pull request,欢迎加入!🎉 DragonOS社区很兴奋地期待审核您的更改,您将在接下来的两周内收到 @fslongjin (or someone else) 的回复。💬😊 Please see the contribution instructions for more information. Namely, in order to ensure the minimum review times lag, PR authors and assigned reviewers should ensure that the review label (
|
提交代码之前请使用make fmt命令进行格式化 |
@dragonosbot author |
kernel/src/net/socket/inet.rs
Outdated
@@ -531,6 +530,14 @@ impl TcpSocket { | |||
Err(_) => Err(SystemError::EINVAL), | |||
}; | |||
} | |||
|
|||
/// @brief 返回一个tcp的socket |
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.
c6233eb
to
f065a6a
Compare
* feat:实现tcp的backlog功能
该功能可在外部用apifox多次请求0.0.0.0:12580端口来测试