mirror of
https://gitee.com/fantix/kloop.git
synced 2024-11-21 18:01:00 +00:00
Fix README about TLS 1.3 RX offloading
This commit is contained in:
parent
3c2d02a3f9
commit
652efd90a4
2 changed files with 3 additions and 3 deletions
|
@ -45,8 +45,8 @@ kLoop is open-sourced and released under the
|
||||||
|
|
||||||
* Python >= 3.10
|
* Python >= 3.10
|
||||||
* Linux >= 5.11 (enable kTLS with `modprobe tls`)
|
* Linux >= 5.11 (enable kTLS with `modprobe tls`)
|
||||||
* OpenSSL >= 3.0 (kTLS receive offloading requires the latest development
|
* OpenSSL >= 3.0 (kTLS receive offloading on TLS 1.3 requires the latest
|
||||||
version)
|
development version)
|
||||||
|
|
||||||
Development and testing is done on Ubuntu 22.04.
|
Development and testing is done on Ubuntu 22.04.
|
||||||
|
|
||||||
|
|
|
@ -40,7 +40,7 @@ kLoop 的源代码或发行版。
|
||||||
|
|
||||||
* Python >= 3.10
|
* Python >= 3.10
|
||||||
* Linux >= 5.11 (用 `modprobe tls` 命令来启用 kTLS 模块)
|
* Linux >= 5.11 (用 `modprobe tls` 命令来启用 kTLS 模块)
|
||||||
* OpenSSL >= 3.0(支持 kTLS 收包代工需要最新的开发版本)
|
* OpenSSL >= 3.0(TLS 1.3 支持 kTLS 收包代工需要最新的开发版本)
|
||||||
|
|
||||||
目前主要是在 Ubuntu 22.04 上开发测试的。
|
目前主要是在 Ubuntu 22.04 上开发测试的。
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue