Skip to content

x/sys/unix: add support for linux' TCP_CC_INFO #68232

Closed
@costela

Description

@costela

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

No one assigned

    Type

    No type

    Projects

    Status

    Accepted

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions