mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 18:25:30 +00:00
aquatic ws load test: send answers, count answer responses
This commit is contained in:
parent
364606a025
commit
b0d2f67ab6
4 changed files with 89 additions and 43 deletions
|
|
@ -65,7 +65,7 @@ impl Default for AnnounceEvent {
|
|||
/// Apparently, these are sent to a number of peers when they are set
|
||||
/// in an AnnounceRequest
|
||||
/// action = "announce"
|
||||
#[derive(Debug, Clone, Serialize)]
|
||||
#[derive(Debug, Clone, Serialize, Deserialize)]
|
||||
pub struct MiddlemanOfferToPeer {
|
||||
/// Peer id of peer sending offer
|
||||
/// Note: if equal to client peer_id, client ignores offer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue