mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
aquatic_ws_load_test: get answer sending to work with wt-tracker
This commit is contained in:
parent
01fdf40a02
commit
6f618bb013
5 changed files with 7 additions and 7 deletions
|
|
@ -114,7 +114,7 @@ pub fn handle_announce_requests(
|
|||
// Insert/update/remove peer who sent this request
|
||||
{
|
||||
let peer_status = PeerStatus::from_event_and_bytes_left(
|
||||
request.event,
|
||||
request.event.unwrap_or_default(),
|
||||
request.bytes_left
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue