1
0
Fork 0
mirror of https://gitee.com/fantix/kloop.git synced 2024-04-25 09:48:45 +00:00

Fix README about TLS 1.3 RX offloading

This commit is contained in:
Fantix King 2022-07-02 16:08:49 -04:00
parent 3c2d02a3f9
commit 652efd90a4
No known key found for this signature in database
GPG key ID: 95304B04071CCDB4
2 changed files with 3 additions and 3 deletions

View file

@ -45,8 +45,8 @@ kLoop is open-sourced and released under the
* Python >= 3.10
* Linux >= 5.11 (enable kTLS with `modprobe tls`)
* OpenSSL >= 3.0 (kTLS receive offloading requires the latest development
version)
* OpenSSL >= 3.0 (kTLS receive offloading on TLS 1.3 requires the latest
development version)
Development and testing is done on Ubuntu 22.04.

View file

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