This commit is contained in:
John Goerzen 2020-09-24 22:11:22 -05:00
parent 7b2fc94f7f
commit 7310eb5692

View File

@ -106,7 +106,7 @@ enum Command {
broadcast_everything: bool, broadcast_everything: bool,
/** The maximum number of seconds to store the destination XBee MAC for an IP address. */ /** The maximum number of seconds to store the destination XBee MAC for an IP address. */
#[structopt(long)] #[structopt(long, default_value = "300")]
max_ip_cache: u64, max_ip_cache: u64,
/// Name for the interface; defaults to "xbnet%d" which the OS usually turns to "xbnet0". /// Name for the interface; defaults to "xbnet%d" which the OS usually turns to "xbnet0".