Skip to content

socket: add missing TCP socket options from Linux #98030

Closed
@matttbe

Description

@matttbe

Feature or enhancement

socket modules already know most TCP socket options (TCP_NODELAY, TCP_MAXSEG, TCP_CORK, etc.) but not the recent ones.

Here is the complete list from the last Linux kernel version:
https://elixir.bootlin.com/linux/v6.0/source/include/uapi/linux/tcp.h#L91

Pitch

I noticed TCP_FASTOPEN_CONNECT was missing. I wanted to use it to write some quick tests for the kernel (MPTCP development). I was going to add only this one but while at it, best to add all the missing ones.

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    type-featureA feature request or enhancement

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions