mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 10:15:31 +00:00
http: add AnnounceResponse.warning_message; set in http_private
This commit is contained in:
parent
44f4474fb2
commit
70d79b1871
5 changed files with 25 additions and 4 deletions
|
|
@ -21,6 +21,7 @@ pub fn bench(c: &mut Criterion) {
|
|||
incomplete: 500,
|
||||
peers: ResponsePeerListV4(peers),
|
||||
peers6: ResponsePeerListV6(Vec::new()),
|
||||
warning_message: None,
|
||||
};
|
||||
|
||||
let response = Response::Announce(announce_response);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue