mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-02-28 06:23:08 -08:00
feat(protocol): Hash-based retransmission mechanism
See the updated whitepaper for details. Fixes: #331
This commit is contained in:
@@ -17,7 +17,7 @@ use std::time::Instant;
|
||||
/// ```
|
||||
|
||||
#[derive(Clone, Debug)]
|
||||
pub struct Timebase(Instant);
|
||||
pub struct Timebase(pub Instant);
|
||||
|
||||
impl Default for Timebase {
|
||||
// TODO: Implement new()?
|
||||
|
||||
Reference in New Issue
Block a user