File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
crates/shadowsocks-service/src/local Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -353,7 +353,7 @@ impl Server {
353353 let mut server_builder = {
354354 let local_addr = local_config. local_dns_addr . expect ( "missing local_dns_addr" ) ;
355355 let remote_addr = local_config. remote_dns_addr . expect ( "missing remote_dns_addr" ) ;
356- let client_cache_size = local_config. client_cache_size . unwrap_or_else ( 5 ) ;
356+ let client_cache_size = local_config. client_cache_size . unwrap_or ( 5 ) ;
357357
358358 DnsBuilder :: with_context (
359359 context. clone ( ) ,
Original file line number Diff line number Diff line change 11class ShadowsocksRust < Formula
22 desc "Rust port of Shadowsocks"
33 homepage "https://github.com/shadowsocks/shadowsocks-rust"
4- url "https://github.com/shadowsocks/shadowsocks-rust/archive/v1.16.1 .tar.gz"
5- sha256 "da4c6256247207b2579721046292bab1a2ac62301878c73ff778c168caa8a990 "
4+ url "https://github.com/shadowsocks/shadowsocks-rust/archive/v1.16.2 .tar.gz"
5+ sha256 "04fb797d8d04b8af9c4746ab9c1d659a3575a677892c2d5d9194a4b0e210e2ab "
66 license "MIT"
77 head "https://github.com/shadowsocks/shadowsocks-rust.git" , branch : "master"
88
You can’t perform that action at this time.
0 commit comments