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

feat(net): 实现 socket shutdown 逻辑 #989

Open
2 of 3 tasks
Samuka007 opened this issue Oct 17, 2024 · 2 comments
Open
2 of 3 tasks

feat(net): 实现 socket shutdown 逻辑 #989

Samuka007 opened this issue Oct 17, 2024 · 2 comments
Assignees
Labels
A-network Area: 网络子系统 enhancement New feature or request good first issue Good for newcomers In-progress

Comments

@Samuka007
Copy link
Member

Samuka007 commented Oct 17, 2024

目前的Socket仅添加了shutdown字段,未进行状态维护及shutdown操作。

  • 添加shutdown字段与结构
  • 允许系统调用更改shutdown状态
  • 实现shutdown逻辑
@Samuka007 Samuka007 added the enhancement New feature or request label Oct 17, 2024
@dragonosbot dragonosbot added the needs-triage 这个问题可能需要分类处理。如果已经完成分类,请移除它。 label Oct 17, 2024
@Samuka007 Samuka007 assigned Samuka007 and unassigned fslongjin Oct 17, 2024
@Samuka007 Samuka007 added A-network Area: 网络子系统 good first issue Good for newcomers and removed needs-triage 这个问题可能需要分类处理。如果已经完成分类,请移除它。 labels Oct 17, 2024
@Samuka007
Copy link
Member Author

*新成员可以尝试从shutdown系统调用更改socket shutdown状态

@xiaolin2004
Copy link
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-network Area: 网络子系统 enhancement New feature or request good first issue Good for newcomers In-progress
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

4 participants