mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-10-01 01:26:08 -04:00
xfer
This commit is contained in:
parent
7ae074365f
commit
2272b8e139
@ -1011,7 +1011,7 @@ impl NetworkManager {
|
|||||||
return Ok(NetworkResult::timeout());
|
return Ok(NetworkResult::timeout());
|
||||||
}
|
}
|
||||||
ReceiptEvent::Cancelled => {
|
ReceiptEvent::Cancelled => {
|
||||||
bail!("hole punch receipt cancelled from {}", target_nr);
|
return Ok(NetworkResult::no_connection_other(format!("hole punch receipt cancelled from {}", target_nr)))
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user