Skip to content

Commit

Permalink
perf: enable lasting netlink socket by default
Browse files Browse the repository at this point in the history
Signed-off-by: black-desk <me@black-desk.cn>
  • Loading branch information
black-desk committed Dec 29, 2023
1 parent 714ae7f commit 146059b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/cgtproxy/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ func init() {

rootCmd.PersistentFlags().BoolVar(
&flags.lastingNetlinkConn,
"reuse-netlink-socket", false,
"the configure file to use",
"reuse-netlink-socket", true,
"use lasting netlink socket",
)
}

0 comments on commit 146059b

Please sign in to comment.