Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Commit

Permalink
update version to 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
davidquan111 committed Aug 21, 2022
1 parent fba8c87 commit ac563e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,8 @@
CNS自动设置Max open files的值为1048576

0.2.3
支持服务多个端口(通过config.cfg文件中的`listenAddr`指定)
支持服务多个端口(通过config.cfg文件中的`listenAddr`指定)

0.2.4
修改代码结构与逻辑,易于人理解
性能优化
2 changes: 1 addition & 1 deletion cns.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ func initConfig() {
enable_TFO = configMap["enableTFO"] == "#t"

if isHelp {
fmt.Println("CuteBi Network Server v0.2.1")
fmt.Println("CuteBi Network Server v0.2.4")
flag.Usage()
os.Exit(0)
}
Expand Down

0 comments on commit ac563e1

Please sign in to comment.