Add repair message support to dos tool (#9090)
This commit is contained in:
@ -59,7 +59,7 @@ pub struct ServeRepairStats {
|
||||
|
||||
/// Window protocol messages
|
||||
#[derive(Serialize, Deserialize, Debug)]
|
||||
enum RepairProtocol {
|
||||
pub enum RepairProtocol {
|
||||
WindowIndex(ContactInfo, u64, u64),
|
||||
HighestWindowIndex(ContactInfo, u64, u64),
|
||||
Orphan(ContactInfo, u64),
|
||||
|
Reference in New Issue
Block a user