ea90d7b558
* Decrease default average packet delay to 15 ms * Add upgrade for config value * Fix ip packet router too * Fix clippy * Remove message_sending_average_delay from template too
10 lines
382 B
Rust
10 lines
382 B
Rust
// Copyright 2021-2024 - Nym Technologies SA <contact@nymtech.net>
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
pub use nym_client_core_config_types::disk_persistence;
|
|
pub use nym_client_core_config_types::old::{
|
|
old_config_v1_1_13, old_config_v1_1_20, old_config_v1_1_20_2, old_config_v1_1_30,
|
|
old_config_v1_1_33, old_config_v1_1_54,
|
|
};
|
|
pub use nym_client_core_config_types::*;
|