mirror of
https://github.com/YGGverse/aquatic-crawler.git
synced 2026-04-01 01:25:36 +00:00
add disable_local_service_discovery config option
This commit is contained in:
parent
553bffb4f0
commit
d61af4b970
2 changed files with 7 additions and 2 deletions
|
|
@ -28,6 +28,10 @@ pub struct Config {
|
|||
#[arg(long, default_value_t = false)]
|
||||
pub enable_dht: bool,
|
||||
|
||||
/// Enable LSD multicast
|
||||
#[arg(long, default_value_t = false)]
|
||||
pub enable_lsd: bool,
|
||||
|
||||
/// Disable TCP connection
|
||||
#[arg(long, default_value_t = false)]
|
||||
pub disable_tcp: bool,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue