diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2025-09-11 22:01:06 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2025-09-22 08:47:44 +0000 |
| commit | a858c6613a23b0b2a91b35d8695ef93b7640755b (patch) | |
| tree | 88c48a6e8f3fe38d4e36b9bd04082dcdd4bab096 /sys/linux/socket_inet_tcp.txt.const | |
| parent | 7c022f8e98ead93cdb9afe656b6e8647439b92c8 (diff) | |
sys/linux: use SOL_TLS for TLS setsockopt calls
This is the proper level for TLS_RX/TLS_TX opts.
Diffstat (limited to 'sys/linux/socket_inet_tcp.txt.const')
| -rw-r--r-- | sys/linux/socket_inet_tcp.txt.const | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/linux/socket_inet_tcp.txt.const b/sys/linux/socket_inet_tcp.txt.const index b5a15d87d..cf433cffb 100644 --- a/sys/linux/socket_inet_tcp.txt.const +++ b/sys/linux/socket_inet_tcp.txt.const @@ -15,6 +15,7 @@ SIOCOUTQ = 21521, mips64le:29810, ppc64le:1074033779 SIOCOUTQNSD = 35147 SOCK_STREAM = 1, mips64le:2 SOL_MPTCP = 284 +SOL_TLS = 282 TCPOPT_MSS = 2 TCPOPT_SACK_PERM = 4 TCPOPT_TIMESTAMP = 8 |
