浏览代码

sys/socket.h: add SOL_TLS from linux v4.13

socket option for kernel TLS support
new in linux commit 3c4d7559159bfe1e3b94df3a657b2cda3a34e218
Szabolcs Nagy 7 年之前
父节点
当前提交
404097a4ef
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      include/sys/socket.h

+ 1 - 0
include/sys/socket.h

@@ -263,6 +263,7 @@ struct linger {
 #define SOL_ALG         279
 #define SOL_NFC         280
 #define SOL_KCM         281
+#define SOL_TLS         282
 
 #define SOMAXCONN       128