Skip to content

Commit

Permalink
rc10
Browse files Browse the repository at this point in the history
  • Loading branch information
zephyrchien committed Feb 4, 2022
1 parent ce52131 commit c417b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use cmd::CmdInput;
use conf::{Config, FullConf, LogConf, DnsConf};
use utils::Endpoint;

const VERSION: &str = "1.5.0-rc9";
const VERSION: &str = "1.5.0-rc10";
const ENV_CONFIG: &str = "REALM_CONF";

cfg_if! {
Expand Down

1 comment on commit c417b31

@Terutoki
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

感谢大佬,这个版本太赞了,这个版本可以在openwrt 5.10内核开zero copy了,不会断流了。zero copy太棒了。之前我软路由的网卡是开了多队列和RSS的,用以前的版本开zero copy会断流。

Please sign in to comment.