-
-
Notifications
You must be signed in to change notification settings - Fork 142
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): 实现inet socket资源释放 #990
Labels
Comments
Samuka007
added
enhancement
New feature or request
good first issue
Good for newcomers
A-network
Area: 网络子系统
labels
Oct 17, 2024
13 tasks
Can I try? |
@dragonos-community/sig-network 这个目前新的重构解决了吗?还是说,仍然存在这个问题? |
未解决的,是在新的重构中可以完善的地方!非常欢迎贡献~ |
准备演讲前还在 github 上回复我太 respect 了 @fslongjin |
Fix TCP in #1032 |
Ctrl+C 结束进程后,再次访问原socket,中断会出错
|
Samuka007
changed the title
feat(net): 实现inet socket端口资源释放
feat(net): 实现inet socket资源释放
Dec 30, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
目前仅实现了inet socket的port分配,但没有很好利用raii释放port资源。考虑引入结构实现inet port资源的获取与释放。
源码位于重构后的网络子系统:kernel/src/net/socket/inet/common/port.rs
The text was updated successfully, but these errors were encountered: