mirror of
https://gitee.com/fantix/kloop.git
synced 2024-11-22 02:11:01 +00:00
Fix README about modprobe tls
This commit is contained in:
parent
91691e5996
commit
9cf03082c8
2 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@ kLoop is open-sourced and released under the
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
* Python >= 3.10
|
* Python >= 3.10
|
||||||
* Linux >= 5.11 (enable kTLS with `modprobe ktls`)
|
* Linux >= 5.11 (enable kTLS with `modprobe tls`)
|
||||||
* OpenSSL >= 3.0 (kTLS receive offloading requires the latest development
|
* OpenSSL >= 3.0 (kTLS receive offloading requires the latest development
|
||||||
version)
|
version)
|
||||||
|
|
||||||
|
|
|
@ -35,7 +35,7 @@ kLoop 的源代码或发行版。
|
||||||
## 环境需求
|
## 环境需求
|
||||||
|
|
||||||
* Python >= 3.10
|
* Python >= 3.10
|
||||||
* Linux >= 5.11 (用 `modprobe ktls` 命令来启用 kTLS 模块)
|
* Linux >= 5.11 (用 `modprobe tls` 命令来启用 kTLS 模块)
|
||||||
* OpenSSL >= 3.0(支持 kTLS 收包代工需要最新的开发版本)
|
* OpenSSL >= 3.0(支持 kTLS 收包代工需要最新的开发版本)
|
||||||
|
|
||||||
目前主要是在 Ubuntu 22.04 上开发测试的。
|
目前主要是在 Ubuntu 22.04 上开发测试的。
|
||||||
|
|
Loading…
Reference in a new issue