Skip to content

Commit 01d94ed

Browse files
committed
chore: docs & ack
1 parent fff0a94 commit 01d94ed

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.zh.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
的默认行为,而这会在启用了 kTLS 的 socket 上出错。因此,使用 io-uring 时,应启用该 feature
2525
来绕过 zero-copy 写入与 kTLS 的冲突。
2626

27+
(所以基本上就是,除非你自己指定 `compio/polling`,不然所有 feature 都得启用就对了)
28+
2729
## 使用方法
2830

2931
```rust
@@ -84,6 +86,12 @@ config.enable_secret_extraction = true;
8486
let config = Arc::new(config);
8587
```
8688

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+
8795
## 许可证
8896

8997
可选以下任一许可证:

0 commit comments

Comments
 (0)