gh-98030: socket: add missing TCP socket options (#98031)
A few TCP socket options have been added to the Linux kernel these last few years. This commit adds all the ones available in Linux 6.0: https://elixir.bootlin.com/linux/v6.0/source/include/uapi/linux/tcp.h#L91 While at it, the TCP_FASTOPEN option has been moved lower in the list just to keep the same order as in tcp.h to ease future synchronisations. Signed-off-by: Matthieu Baerts <matthieu.baerts@tessares.net>
M
Matthieu Baerts committed
cce836296016463032495c6ca739ab469ed13d3c
Parent: 90d5c9b
Committed by GitHub <noreply@github.com>
on 12/8/2022, 4:59:37 AM