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
目前仅实现了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:
Can I try?
Sorry, something went wrong.
@dragonos-community/sig-network
这个目前新的重构解决了吗?还是说,仍然存在这个问题?
Can I try? @DragonOS-Community/sig-network 这个目前新的重构解决了吗?还是说,仍然存在这个问题?
@DragonOS-Community/sig-network
未解决的,是在新的重构中可以完善的地方!非常欢迎贡献~
Can I try? @dragonos-community/sig-network 这个目前新的重构解决了吗?还是说,仍然存在这个问题?
准备演讲前还在 github 上回复我太 respect 了 @fslongjin
Fix TCP in #1032
Samuka007
No branches or pull requests
目前仅实现了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: