From 652efd90a4d035bc8ec8a16a5745de20b6f75a58 Mon Sep 17 00:00:00 2001 From: Fantix King Date: Sat, 2 Jul 2022 16:08:49 -0400 Subject: [PATCH] Fix README about TLS 1.3 RX offloading --- README.md | 4 ++-- README.zh.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8c561f5..5248861 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/README.zh.md b/README.zh.md index 2a2572f..96399ce 100644 --- a/README.zh.md +++ b/README.zh.md @@ -40,7 +40,7 @@ kLoop 的源代码或发行版。 * Python >= 3.10 * Linux >= 5.11 (用 `modprobe tls` 命令来启用 kTLS 模块) -* OpenSSL >= 3.0(支持 kTLS 收包代工需要最新的开发版本) +* OpenSSL >= 3.0(TLS 1.3 支持 kTLS 收包代工需要最新的开发版本) 目前主要是在 Ubuntu 22.04 上开发测试的。