We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fff0a94 commit 01d94edCopy full SHA for 01d94ed
1 file changed
README.zh.md
@@ -24,6 +24,8 @@
24
的默认行为,而这会在启用了 kTLS 的 socket 上出错。因此,使用 io-uring 时,应启用该 feature
25
来绕过 zero-copy 写入与 kTLS 的冲突。
26
27
+(所以基本上就是,除非你自己指定 `compio/polling`,不然所有 feature 都得启用就对了)
28
+
29
## 使用方法
30
31
```rust
@@ -84,6 +86,12 @@ config.enable_secret_extraction = true;
84
86
let config = Arc::new(config);
85
87
```
88
89
+## 致谢
90
91
+- 我大幅参考了 [ktls-core](https://github.com/hanyu-dev/ktls) 的实现,但介于 I/O 不兼容无法 100%
92
+ 直接用,所以很多东西只能重写一遍,致谢的同时,许愿之后能合并到上游!
93
+- `adaptor.rs` 是仿照 [compio-tls](https://github.com/compio-rs/compio/tree/main/compio-tls) 来做的。
94
95
## 许可证
96
97
可选以下任一许可证:
0 commit comments