From adfcef4d13652916dd80d7301a277cb0c8e26244 Mon Sep 17 00:00:00 2001 From: mzz2017 <2017@duck.com> Date: Fri, 3 Mar 2023 16:36:22 +0800 Subject: [PATCH] docs: not so lightweight --- README.md | 2 +- cmd/cmd.go | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f25d9fe..b4fc7dc 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ -**_dae_**, means goose, is a lightweight and high-performance transparent proxy solution. +**_dae_**, means goose, is a high-performance transparent proxy solution. In order to improve the traffic split performance as much as possible, dae runs the transparent proxy and traffic split suite in the linux kernel by eBPF. Therefore, dae has the opportunity to make the direct traffic bypass the forwarding by proxy application and achieve true direct traffic through. Under such a magic trick, there is almost no performance loss and additional resource consumption for direct traffic. diff --git a/cmd/cmd.go b/cmd/cmd.go index 889d24b..7f22a48 100644 --- a/cmd/cmd.go +++ b/cmd/cmd.go @@ -8,8 +8,8 @@ var ( Version = "unknown" rootCmd = &cobra.Command{ Use: "dae [flags] [command [argument ...]]", - Short: "dae is a lightweight and high-performance transparent proxy solution.", - Long: `dae is a lightweight and high-performance transparent proxy solution.`, + Short: "dae is a high-performance transparent proxy solution.", + Long: `dae is a high-performance transparent proxy solution.`, Version: Version, CompletionOptions: cobra.CompletionOptions{ DisableDefaultCmd: true,