Official rust implementation of the Kadcast P2P protocol for ultra-efficient message dissemination within Dusk Network
Mozilla Public License 2.0
22
stars
3
forks
source link
Cannot unset udp_send_backoff_timeout from toml #105
Closed
herr-seppia closed 2 years ago
Describe the bug When kadcast configuration is loaded using a toml, it's not possible to leave the
udp_send_backoff_timeout
field to NoneTo Reproduce Use rusk (a kadcast library client) and remove
udp_send_backoff_timeout
from the default configuration.Expected behaviour Rusk should be able to start with no backoff timeout configured.
Logs/Screenshot
Additional context
udp_send_backoff_timeout
is using#[serde(with = "humantime_serde")]
to deserialize