1
0
Fork 0
mirror of https://gitee.com/fantix/kloop.git synced 2024-05-08 08:02:41 +00:00

Fix README about modprobe tls

This commit is contained in:
Fantix King 2022-05-21 13:13:45 -04:00
parent 91691e5996
commit 9cf03082c8
No known key found for this signature in database
GPG key ID: 95304B04071CCDB4
2 changed files with 2 additions and 2 deletions

View file

@ -38,7 +38,7 @@ kLoop is open-sourced and released under the
## Requirements
* 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
version)

View file

@ -35,7 +35,7 @@ kLoop 的源代码或发行版。
## 环境需求
* Python >= 3.10
* Linux >= 5.11 (用 `modprobe ktls` 命令来启用 kTLS 模块)
* Linux >= 5.11 (用 `modprobe tls` 命令来启用 kTLS 模块)
* OpenSSL >= 3.0(支持 kTLS 收包代工需要最新的开发版本)
目前主要是在 Ubuntu 22.04 上开发测试的。