Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
Closed
Description
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 noticedTCP_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.