Closed
Description
Update, Aug 14 2024 The proposal is #68232 (comment)
Proposal Details
The TCP_INFO support in x/sys/unix should be expanded to also cover TCP_CC_INFO.
There is at least one external package providing this functionality, but since it requires unsafe conversions of kernel structs, it is prone to subtle errors (e.g. "converted pointer straddles multiple allocations").
Therefore this functionality would profit from using the existing code-generation in x/sys/unix
to keep it less error-prone.
Metadata
Metadata
Assignees
Type
Projects
Status
Accepted