From 9cf03082c8915095bb4f63c43459b31c2f2c47ba Mon Sep 17 00:00:00 2001 From: Fantix King Date: Sat, 21 May 2022 13:13:45 -0400 Subject: [PATCH] Fix README about modprobe tls --- README.en.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.en.md b/README.en.md index e9d1b9c..964b7f6 100644 --- a/README.en.md +++ b/README.en.md @@ -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) diff --git a/README.md b/README.md index 68f2283..0e63a16 100644 --- a/README.md +++ b/README.md @@ -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 上开发测试的。